Html Css Color HEX #535464 East Bay

📋 copy color: '#535464'

red 83 ◦ green 84 ◦ blue 100

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

Shades of East Bay #535464

Tints of East Bay #535464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.46%

 BLUE value IS 100 (39.45% from 255) = 37.45%

R = 31.09%
G = 31.46%
B = 37.45%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#535464 (or 0x535464) is known color: East Bay. HEX triplet: 53, 54 and 64. RGB value is (83,84,100). Sum of RGB (Red+Green+Blue) = 83+84+100=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 100 - color contains mainly: blue. Hex color #535464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535464 is #ACAB9B. Grayscale: #555555. Windows color (decimal): -11316124 or 6575187. OLE color: 6575187.

HSL color Cylindrical-coordinate representation of color #535464: hue angle of 236.47º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #535464 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 84 100 -
CMYK 0.17 0.16 0 0.61
HSL 236.47º 0.09% 0.36% -
HSV(B) 236.47º 0.17% 0.39% -
XYZ 9.04 9.1 13.34 -
YUV 85.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 83 84 100 0.17 0.16 0 0.61 236.47 0.09 0.36
Hex 53 54 64 11 10 0 3D EC 9 24
Octal 123 124 144 21 20 0 75 354 11 44
Binary 1010011 1010100 1100100 10001 10000 0 111101 11101100 1001 100100

Color Harmonies of #535464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535464

Black with #535464

Text Example


Text Example

White with #535464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535464; }

 p { color: rgb(83,84,100); }

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

background-color css

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

 a { background-color: rgb(83,84,100); }

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

border-color css

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

 span { border-color: rgb(83,84,100); }

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