Html Css Color HEX #535876 East Bay

📋 copy color: '#535876'

red 83 ◦ green 88 ◦ blue 118

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

Shades of East Bay #535876

Tints of East Bay #535876

RGB

 RED value IS 83 (32.81% from 255) = 28.72%

 GREEN value IS 88 (34.77% from 255) = 30.45%

 BLUE value IS 118 (46.48% from 255) = 40.83%

R = 28.72%
G = 30.45%
B = 40.83%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#535876 (or 0x535876) is known color: East Bay. HEX triplet: 53, 58 and 76. RGB value is (83,88,118). Sum of RGB (Red+Green+Blue) = 83+88+118=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #535876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535876 is #ACA789. Grayscale: #595959. Windows color (decimal): -11315082 or 7755859. OLE color: 7755859.

HSL color Cylindrical-coordinate representation of color #535876: hue angle of 231.43º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #535876 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 88 118 -
CMYK 0.30 0.25 0 0.54
HSL 231.43º 0.17% 0.39% -
HSV(B) 231.43º 0.3% 0.46% -
XYZ 10.33 10.13 18.55 -
YUV 89.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 83 88 118 0.30 0.25 0 0.54 231.43 0.17 0.39
Hex 53 58 76 1E 19 0 36 E7 11 27
Octal 123 130 166 36 31 0 66 347 21 47
Binary 1010011 1011000 1110110 11110 11001 0 110110 11100111 10001 100111

Color Harmonies of #535876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535876

Black with #535876

Text Example


Text Example

White with #535876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535876; }

 p { color: rgb(83,88,118); }

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

background-color css

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

 a { background-color: rgb(83,88,118); }

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

border-color css

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

 span { border-color: rgb(83,88,118); }

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