Html Css Color HEX #535972 East Bay

📋 copy color: '#535972'

red 83 ◦ green 89 ◦ blue 114

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

Shades of East Bay #535972

Tints of East Bay #535972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.12%

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

R = 29.02%
G = 31.12%
B = 39.86%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#535972 (or 0x535972) is known color: East Bay. HEX triplet: 53, 59 and 72. RGB value is (83,89,114). Sum of RGB (Red+Green+Blue) = 83+89+114=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 114 - color contains mainly: blue. Hex color #535972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535972 is #ACA68D. Grayscale: #595959. Windows color (decimal): -11314830 or 7493971. OLE color: 7493971.

HSL color Cylindrical-coordinate representation of color #535972: hue angle of 228.39º 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 #535972 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 89 114 -
CMYK 0.27 0.22 0 0.55
HSL 228.39º 0.16% 0.39% -
HSV(B) 228.39º 0.27% 0.45% -
XYZ 10.18 10.2 17.35 -
YUV 90.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 83 89 114 0.27 0.22 0 0.55 228.39 0.16 0.39
Hex 53 59 72 1B 16 0 37 E4 10 27
Octal 123 131 162 33 26 0 67 344 20 47
Binary 1010011 1011001 1110010 11011 10110 0 110111 11100100 10000 100111

Color Harmonies of #535972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535972

Black with #535972

Text Example


Text Example

White with #535972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535972; }

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

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

background-color css

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

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

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

border-color css

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

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

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