Html Css Color HEX #545F77 Chambray

📋 copy color: '#545F77'

red 84 ◦ green 95 ◦ blue 119

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

Shades of Chambray #545F77

Tints of Chambray #545F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.93%

R = 28.19%
G = 31.88%
B = 39.93%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#545F77 (or 0x545F77) is known color: Chambray. HEX triplet: 54, 5F and 77. RGB value is (84,95,119). Sum of RGB (Red+Green+Blue) = 84+95+119=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 119 - color contains mainly: blue. Hex color #545F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545F77 is #ABA088. Grayscale: #5E5E5E. Windows color (decimal): -11247753 or 7823188. OLE color: 7823188.

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

Color convert

RGB 84 95 119 -
CMYK 0.29 0.20 0 0.53
HSL 221.14º 0.17% 0.4% -
HSV(B) 221.14º 0.29% 0.47% -
XYZ 11.08 11.4 19.07 -
YUV 94.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 84 95 119 0.29 0.20 0 0.53 221.14 0.17 0.4
Hex 54 5F 77 1D 14 0 35 DD 11 28
Octal 124 137 167 35 24 0 65 335 21 50
Binary 1010100 1011111 1110111 11101 10100 0 110101 11011101 10001 101000

Color Harmonies of #545F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545F77

Black with #545F77

Text Example


Text Example

White with #545F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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