Html Css Color HEX #535A74 East Bay

📋 copy color: '#535A74'

red 83 ◦ green 90 ◦ blue 116

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

Shades of East Bay #535A74

Tints of East Bay #535A74

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.14%

 BLUE value IS 116 (45.7% from 255) = 40.14%

R = 28.72%
G = 31.14%
B = 40.14%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#535A74 (or 0x535A74) is known color: East Bay. HEX triplet: 53, 5A and 74. RGB value is (83,90,116). Sum of RGB (Red+Green+Blue) = 83+90+116=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 116 - color contains mainly: blue. Hex color #535A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A74 is #ACA58B. Grayscale: #5A5A5A. Windows color (decimal): -11314572 or 7625299. OLE color: 7625299.

HSL color Cylindrical-coordinate representation of color #535A74: hue angle of 227.27º degrees, saturation: 0.17, 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 #535A74 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 90 116 -
CMYK 0.28 0.22 0 0.55
HSL 227.27º 0.17% 0.39% -
HSV(B) 227.27º 0.28% 0.45% -
XYZ 10.38 10.41 17.99 -
YUV 90.87 142.18 122.39 -
System Red Green Blue C M Y K H S L
Decimal 83 90 116 0.28 0.22 0 0.55 227.27 0.17 0.39
Hex 53 5A 74 1C 16 0 37 E3 11 27
Octal 123 132 164 34 26 0 67 343 21 47
Binary 1010011 1011010 1110100 11100 10110 0 110111 11100011 10001 100111

Color Harmonies of #535A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A74

Black with #535A74

Text Example


Text Example

White with #535A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535A74; }

 p { color: rgb(83,90,116); }

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

background-color css

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

 a { background-color: rgb(83,90,116); }

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

border-color css

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

 span { border-color: rgb(83,90,116); }

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