Html Css Color HEX #535978 East Bay

📋 copy color: '#535978'

red 83 ◦ green 89 ◦ blue 120

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

Shades of East Bay #535978

Tints of East Bay #535978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.1%

R = 28.42%
G = 30.48%
B = 41.1%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#535978 (or 0x535978) is known color: East Bay. HEX triplet: 53, 59 and 78. RGB value is (83,89,120). Sum of RGB (Red+Green+Blue) = 83+89+120=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #535978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535978 is #ACA687. Grayscale: #5A5A5A. Windows color (decimal): -11314824 or 7887187. OLE color: 7887187.

HSL color Cylindrical-coordinate representation of color #535978: hue angle of 230.27º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #535978 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 89 120 -
CMYK 0.31 0.26 0 0.53
HSL 230.27º 0.18% 0.4% -
HSV(B) 230.27º 0.31% 0.47% -
XYZ 10.53 10.34 19.21 -
YUV 90.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 83 89 120 0.31 0.26 0 0.53 230.27 0.18 0.4
Hex 53 59 78 1F 1A 0 35 E6 12 28
Octal 123 131 170 37 32 0 65 346 22 50
Binary 1010011 1011001 1111000 11111 11010 0 110101 11100110 10010 101000

Color Harmonies of #535978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535978

Black with #535978

Text Example


Text Example

White with #535978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535978; }

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

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

background-color css

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

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

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

border-color css

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

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

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