Html Css Color HEX #555A75 East Bay

📋 copy color: '#555A75'

red 85 ◦ green 90 ◦ blue 117

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

Shades of East Bay #555A75

Tints of East Bay #555A75

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.82%

 BLUE value IS 117 (46.09% from 255) = 40.07%

R = 29.11%
G = 30.82%
B = 40.07%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#555A75 (or 0x555A75) is known color: East Bay. HEX triplet: 55, 5A and 75. RGB value is (85,90,117). Sum of RGB (Red+Green+Blue) = 85+90+117=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 117 - color contains mainly: blue. Hex color #555A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A75 is #AAA58A. Grayscale: #5B5B5B. Windows color (decimal): -11183499 or 7690837. OLE color: 7690837.

HSL color Cylindrical-coordinate representation of color #555A75: hue angle of 230.62º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #555A75 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 90 117 -
CMYK 0.27 0.23 0 0.54
HSL 230.63º 0.16% 0.4% -
HSV(B) 230.63º 0.27% 0.46% -
XYZ 10.61 10.53 18.3 -
YUV 91.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 85 90 117 0.27 0.23 0 0.54 230.63 0.16 0.4
Hex 55 5A 75 1B 17 0 36 E7 10 28
Octal 125 132 165 33 27 0 66 347 20 50
Binary 1010101 1011010 1110101 11011 10111 0 110110 11100111 10000 101000

Color Harmonies of #555A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A75

Black with #555A75

Text Example


Text Example

White with #555A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,90,117); }

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

background-color css

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

 a { background-color: rgb(85,90,117); }

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

border-color css

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

 span { border-color: rgb(85,90,117); }

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