Html Css Color HEX #53566D East Bay

📋 copy color: '#53566D'

red 83 ◦ green 86 ◦ blue 109

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

Shades of East Bay #53566D

Tints of East Bay #53566D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.94%

 BLUE value IS 109 (42.97% from 255) = 39.21%

R = 29.86%
G = 30.94%
B = 39.21%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53566D (or 0x53566D) is known color: East Bay. HEX triplet: 53, 56 and 6D. RGB value is (83,86,109). Sum of RGB (Red+Green+Blue) = 83+86+109=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #53566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53566D is #ACA992. Grayscale: #575757. Windows color (decimal): -11315603 or 7165523. OLE color: 7165523.

HSL color Cylindrical-coordinate representation of color #53566D: hue angle of 233.08º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53566D is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 86 109 -
CMYK 0.24 0.21 0 0.57
HSL 233.08º 0.14% 0.38% -
HSV(B) 233.08º 0.24% 0.43% -
XYZ 9.66 9.6 15.81 -
YUV 87.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 83 86 109 0.24 0.21 0 0.57 233.08 0.14 0.38
Hex 53 56 6D 18 15 0 39 E9 E 26
Octal 123 126 155 30 25 0 71 351 16 46
Binary 1010011 1010110 1101101 11000 10101 0 111001 11101001 1110 100110

Color Harmonies of #53566D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53566D

Black with #53566D

Text Example


Text Example

White with #53566D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53566D; }

 p { color: rgb(83,86,109); }

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

background-color css

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

 a { background-color: rgb(83,86,109); }

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

border-color css

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

 span { border-color: rgb(83,86,109); }

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