Html Css Color HEX #535874 East Bay

📋 copy color: '#535874'

red 83 ◦ green 88 ◦ blue 116

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

Shades of East Bay #535874

Tints of East Bay #535874

RGB

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

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

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

R = 28.92%
G = 30.66%
B = 40.42%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#535874 (or 0x535874) is known color: East Bay. HEX triplet: 53, 58 and 74. RGB value is (83,88,116). Sum of RGB (Red+Green+Blue) = 83+88+116=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #535874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535874 is #ACA78B. Grayscale: #595959. Windows color (decimal): -11315084 or 7624787. OLE color: 7624787.

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

Color convert

RGB 83 88 116 -
CMYK 0.28 0.24 0 0.55
HSL 230.91º 0.17% 0.39% -
HSV(B) 230.91º 0.28% 0.45% -
XYZ 10.21 10.08 17.93 -
YUV 89.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 83 88 116 0.28 0.24 0 0.55 230.91 0.17 0.39
Hex 53 58 74 1C 18 0 37 E7 11 27
Octal 123 130 164 34 30 0 67 347 21 47
Binary 1010011 1011000 1110100 11100 11000 0 110111 11100111 10001 100111

Color Harmonies of #535874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535874

Black with #535874

Text Example


Text Example

White with #535874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535874; }

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

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

background-color css

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

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

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

border-color css

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

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

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