Html Css Color HEX #555B77 Chambray

📋 copy color: '#555B77'

red 85 ◦ green 91 ◦ blue 119

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

Shades of Chambray #555B77

Tints of Chambray #555B77

RGB

 RED value IS 85 (33.59% from 255) = 28.81%

 GREEN value IS 91 (35.94% from 255) = 30.85%

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

R = 28.81%
G = 30.85%
B = 40.34%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#555B77 (or 0x555B77) is known color: Chambray. HEX triplet: 55, 5B and 77. RGB value is (85,91,119). Sum of RGB (Red+Green+Blue) = 85+91+119=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #555B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B77 is #AAA488. Grayscale: #5C5C5C. Windows color (decimal): -11183241 or 7822165. OLE color: 7822165.

HSL color Cylindrical-coordinate representation of color #555B77: hue angle of 229.41º 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 #555B77 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 91 119 -
CMYK 0.29 0.24 0 0.53
HSL 229.41º 0.17% 0.4% -
HSV(B) 229.41º 0.29% 0.47% -
XYZ 10.82 10.75 18.96 -
YUV 92.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 85 91 119 0.29 0.24 0 0.53 229.41 0.17 0.4
Hex 55 5B 77 1D 18 0 35 E5 11 28
Octal 125 133 167 35 30 0 65 345 21 50
Binary 1010101 1011011 1110111 11101 11000 0 110101 11100101 10001 101000

Color Harmonies of #555B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B77

Black with #555B77

Text Example


Text Example

White with #555B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555B77; }

 p { color: rgb(85,91,119); }

 H1.HeaderClassName
 {
   color: #555B77;
 }
 .AnyTagClassName
 {
   color: #555B77;
 }
</style>

background-color css

<style>
 a { background-color: #555B77; }

 a { background-color: rgb(85,91,119); }

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

border-color css

<style>
 span { border-color: #555B77; }

 span { border-color: rgb(85,91,119); }

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