Html Css Color HEX #535872 East Bay

📋 copy color: '#535872'

red 83 ◦ green 88 ◦ blue 114

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

Shades of East Bay #535872

Tints of East Bay #535872

RGB

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

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

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

R = 29.12%
G = 30.88%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#535872 (or 0x535872) is known color: East Bay. HEX triplet: 53, 58 and 72. RGB value is (83,88,114). Sum of RGB (Red+Green+Blue) = 83+88+114=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #535872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535872 is #ACA78D. Grayscale: #595959. Windows color (decimal): -11315086 or 7493715. OLE color: 7493715.

HSL color Cylindrical-coordinate representation of color #535872: hue angle of 230.32º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #535872 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 88 114 -
CMYK 0.27 0.23 0 0.55
HSL 230.32º 0.16% 0.39% -
HSV(B) 230.32º 0.27% 0.45% -
XYZ 10.09 10.03 17.32 -
YUV 89.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 83 88 114 0.27 0.23 0 0.55 230.32 0.16 0.39
Hex 53 58 72 1B 17 0 37 E6 10 27
Octal 123 130 162 33 27 0 67 346 20 47
Binary 1010011 1011000 1110010 11011 10111 0 110111 11100110 10000 100111

Color Harmonies of #535872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535872

Black with #535872

Text Example


Text Example

White with #535872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535872; }

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

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

background-color css

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

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

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

border-color css

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

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

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