Html Css Color HEX #555C72 East Bay

📋 copy color: '#555C72'

red 85 ◦ green 92 ◦ blue 114

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

Shades of East Bay #555C72

Tints of East Bay #555C72

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.62%

 BLUE value IS 114 (44.92% from 255) = 39.18%

R = 29.21%
G = 31.62%
B = 39.18%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#555C72 (or 0x555C72) is known color: East Bay. HEX triplet: 55, 5C and 72. RGB value is (85,92,114). Sum of RGB (Red+Green+Blue) = 85+92+114=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 114 - color contains mainly: blue. Hex color #555C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C72 is #AAA38D. Grayscale: #5C5C5C. Windows color (decimal): -11182990 or 7494741. OLE color: 7494741.

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

Color convert

RGB 85 92 114 -
CMYK 0.25 0.19 0 0.55
HSL 225.52º 0.15% 0.39% -
HSV(B) 225.52º 0.25% 0.45% -
XYZ 10.61 10.8 17.45 -
YUV 92.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 85 92 114 0.25 0.19 0 0.55 225.52 0.15 0.39
Hex 55 5C 72 19 13 0 37 E2 F 27
Octal 125 134 162 31 23 0 67 342 17 47
Binary 1010101 1011100 1110010 11001 10011 0 110111 11100010 1111 100111

Color Harmonies of #555C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555C72

Black with #555C72

Text Example


Text Example

White with #555C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,92,114); }

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

background-color css

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

 a { background-color: rgb(85,92,114); }

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

border-color css

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

 span { border-color: rgb(85,92,114); }

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