Html Css Color HEX #555B73 East Bay

📋 copy color: '#555B73'

red 85 ◦ green 91 ◦ blue 115

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

Shades of East Bay #555B73

Tints of East Bay #555B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.52%

R = 29.21%
G = 31.27%
B = 39.52%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#555B73 (or 0x555B73) is known color: East Bay. HEX triplet: 55, 5B and 73. RGB value is (85,91,115). Sum of RGB (Red+Green+Blue) = 85+91+115=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 115 - color contains mainly: blue. Hex color #555B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B73 is #AAA48C. Grayscale: #5B5B5B. Windows color (decimal): -11183245 or 7560021. OLE color: 7560021.

HSL color Cylindrical-coordinate representation of color #555B73: hue angle of 228º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #555B73 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 91 115 -
CMYK 0.26 0.21 0 0.55
HSL 228º 0.15% 0.39% -
HSV(B) 228º 0.26% 0.45% -
XYZ 10.58 10.65 17.72 -
YUV 91.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 85 91 115 0.26 0.21 0 0.55 228 0.15 0.39
Hex 55 5B 73 1A 15 0 37 E4 F 27
Octal 125 133 163 32 25 0 67 344 17 47
Binary 1010101 1011011 1110011 11010 10101 0 110111 11100100 1111 100111

Color Harmonies of #555B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B73

Black with #555B73

Text Example


Text Example

White with #555B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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