Html Css Color HEX #535973 East Bay

📋 copy color: '#535973'

red 83 ◦ green 89 ◦ blue 115

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

Shades of East Bay #535973

Tints of East Bay #535973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.07%

R = 28.92%
G = 31.01%
B = 40.07%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#535973 (or 0x535973) is known color: East Bay. HEX triplet: 53, 59 and 73. RGB value is (83,89,115). Sum of RGB (Red+Green+Blue) = 83+89+115=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #535973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535973 is #ACA68C. Grayscale: #5A5A5A. Windows color (decimal): -11314829 or 7559507. OLE color: 7559507.

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

Color convert

RGB 83 89 115 -
CMYK 0.28 0.23 0 0.55
HSL 228.75º 0.16% 0.39% -
HSV(B) 228.75º 0.28% 0.45% -
XYZ 10.23 10.22 17.65 -
YUV 90.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 83 89 115 0.28 0.23 0 0.55 228.75 0.16 0.39
Hex 53 59 73 1C 17 0 37 E5 10 27
Octal 123 131 163 34 27 0 67 345 20 47
Binary 1010011 1011001 1110011 11100 10111 0 110111 11100101 10000 100111

Color Harmonies of #535973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535973

Black with #535973

Text Example


Text Example

White with #535973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535973; }

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

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

background-color css

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

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

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

border-color css

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

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

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