Html Css Color HEX #545F76 Chambray

📋 copy color: '#545F76'

red 84 ◦ green 95 ◦ blue 118

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

Shades of Chambray #545F76

Tints of Chambray #545F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.99%

 BLUE value IS 118 (46.48% from 255) = 39.73%

R = 28.28%
G = 31.99%
B = 39.73%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#545F76 (or 0x545F76) is known color: Chambray. HEX triplet: 54, 5F and 76. RGB value is (84,95,118). Sum of RGB (Red+Green+Blue) = 84+95+118=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 118 - color contains mainly: blue. Hex color #545F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545F76 is #ABA089. Grayscale: #5E5E5E. Windows color (decimal): -11247754 or 7757652. OLE color: 7757652.

HSL color Cylindrical-coordinate representation of color #545F76: hue angle of 220.59º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #545F76 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 95 118 -
CMYK 0.29 0.19 0 0.54
HSL 220.59º 0.17% 0.4% -
HSV(B) 220.59º 0.29% 0.46% -
XYZ 11.02 11.38 18.75 -
YUV 94.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 84 95 118 0.29 0.19 0 0.54 220.59 0.17 0.4
Hex 54 5F 76 1D 13 0 36 DD 11 28
Octal 124 137 166 35 23 0 66 335 21 50
Binary 1010100 1011111 1110110 11101 10011 0 110110 11011101 10001 101000

Color Harmonies of #545F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545F76

Black with #545F76

Text Example


Text Example

White with #545F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,95,118); }

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

background-color css

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

 a { background-color: rgb(84,95,118); }

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

border-color css

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

 span { border-color: rgb(84,95,118); }

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