Html Css Color HEX #555B70 East Bay

📋 copy color: '#555B70'

red 85 ◦ green 91 ◦ blue 112

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

Shades of East Bay #555B70

Tints of East Bay #555B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.89%

R = 29.51%
G = 31.6%
B = 38.89%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#555B70 (or 0x555B70) is known color: East Bay. HEX triplet: 55, 5B and 70. RGB value is (85,91,112). Sum of RGB (Red+Green+Blue) = 85+91+112=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 112 - color contains mainly: blue. Hex color #555B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B70 is #AAA48F. Grayscale: #5B5B5B. Windows color (decimal): -11183248 or 7363413. OLE color: 7363413.

HSL color Cylindrical-coordinate representation of color #555B70: hue angle of 226.67º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #555B70 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 91 112 -
CMYK 0.24 0.19 0 0.56
HSL 226.67º 0.14% 0.39% -
HSV(B) 226.67º 0.24% 0.44% -
XYZ 10.41 10.58 16.82 -
YUV 91.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 85 91 112 0.24 0.19 0 0.56 226.67 0.14 0.39
Hex 55 5B 70 18 13 0 38 E3 E 27
Octal 125 133 160 30 23 0 70 343 16 47
Binary 1010101 1011011 1110000 11000 10011 0 111000 11100011 1110 100111

Color Harmonies of #555B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B70

Black with #555B70

Text Example


Text Example

White with #555B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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