Html Css Color HEX #555768 East Bay

📋 copy color: '#555768'

red 85 ◦ green 87 ◦ blue 104

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

Shades of East Bay #555768

Tints of East Bay #555768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.52%

 BLUE value IS 104 (41.02% from 255) = 37.68%

R = 30.8%
G = 31.52%
B = 37.68%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#555768 (or 0x555768) is known color: East Bay. HEX triplet: 55, 57 and 68. RGB value is (85,87,104). Sum of RGB (Red+Green+Blue) = 85+87+104=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: blue. Hex color #555768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555768 is #AAA897. Grayscale: #585858. Windows color (decimal): -11184280 or 6838101. OLE color: 6838101.

HSL color Cylindrical-coordinate representation of color #555768: hue angle of 233.68º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555768 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 87 104 -
CMYK 0.18 0.16 0 0.59
HSL 233.68º 0.1% 0.37% -
HSV(B) 233.68º 0.18% 0.41% -
XYZ 9.65 9.75 14.47 -
YUV 88.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 85 87 104 0.18 0.16 0 0.59 233.68 0.1 0.37
Hex 55 57 68 12 10 0 3B EA A 25
Octal 125 127 150 22 20 0 73 352 12 45
Binary 1010101 1010111 1101000 10010 10000 0 111011 11101010 1010 100101

Color Harmonies of #555768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555768

Black with #555768

Text Example


Text Example

White with #555768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555768; }

 p { color: rgb(85,87,104); }

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

background-color css

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

 a { background-color: rgb(85,87,104); }

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

border-color css

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

 span { border-color: rgb(85,87,104); }

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