Html Css Color HEX #555B6E East Bay

📋 copy color: '#555B6E'

red 85 ◦ green 91 ◦ blue 110

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

Shades of East Bay #555B6E

Tints of East Bay #555B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.46%

R = 29.72%
G = 31.82%
B = 38.46%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#555B6E (or 0x555B6E) is known color: East Bay. HEX triplet: 55, 5B and 6E. RGB value is (85,91,110). Sum of RGB (Red+Green+Blue) = 85+91+110=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #555B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B6E is #AAA491. Grayscale: #5B5B5B. Windows color (decimal): -11183250 or 7232341. OLE color: 7232341.

HSL color Cylindrical-coordinate representation of color #555B6E: hue angle of 225.6º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #555B6E is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 91 110 -
CMYK 0.23 0.17 0 0.57
HSL 225.6º 0.13% 0.38% -
HSV(B) 225.6º 0.23% 0.43% -
XYZ 10.3 10.54 16.24 -
YUV 91.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 85 91 110 0.23 0.17 0 0.57 225.6 0.13 0.38
Hex 55 5B 6E 17 11 0 39 E2 D 26
Octal 125 133 156 27 21 0 71 342 15 46
Binary 1010101 1011011 1101110 10111 10001 0 111001 11100010 1101 100110

Color Harmonies of #555B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B6E

Black with #555B6E

Text Example


Text Example

White with #555B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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