Html Css Color HEX #545D81 Chambray

📋 copy color: '#545D81'

red 84 ◦ green 93 ◦ blue 129

#545D81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chambray #545D81

Tints of Chambray #545D81

RGB

 RED value IS 84 (33.2% from 255) = 27.45%

 GREEN value IS 93 (36.72% from 255) = 30.39%

 BLUE value IS 129 (50.78% from 255) = 42.16%

R = 27.45%
G = 30.39%
B = 42.16%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#545D81 (or 0x545D81) is known color: Chambray. HEX triplet: 54, 5D and 81. RGB value is (84,93,129). Sum of RGB (Red+Green+Blue) = 84+93+129=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #545D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545D81 is #ABA27E. Grayscale: #5E5E5E. Windows color (decimal): -11248255 or 8478036. OLE color: 8478036.

HSL color Cylindrical-coordinate representation of color #545D81: hue angle of 228º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #545D81 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 93 129 -
CMYK 0.35 0.28 0 0.49
HSL 228º 0.21% 0.42% -
HSV(B) 228º 0.35% 0.51% -
XYZ 11.53 11.3 22.34 -
YUV 94.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 84 93 129 0.35 0.28 0 0.49 228 0.21 0.42
Hex 54 5D 81 23 1C 0 31 E4 15 2A
Octal 124 135 201 43 34 0 61 344 25 52
Binary 1010100 1011101 10000001 100011 11100 0 110001 11100100 10101 101010

Color Harmonies of #545D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545D81

Black with #545D81

Text Example


Text Example

White with #545D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545D81; }

 p { color: rgb(84,93,129); }

 H1.HeaderClassName
 {
   color: #545D81;
 }
 .AnyTagClassName
 {
   color: #545D81;
 }
</style>

background-color css

<style>
 a { background-color: #545D81; }

 a { background-color: rgb(84,93,129); }

 div.DivClassName
 {
   background-color: #545D81;
 }
 .BgClassName
 {
   background-color: #545D81;
 }
</style>

border-color css

<style>
 span { border-color: #545D81; }

 span { border-color: rgb(84,93,129); }

 td.TdClassName
 {
   border-color: #545D81;
 }
 .TagClassName
 {
   border-color: #545D81;
 }
</style>