Html Css Color HEX #53586D East Bay

📋 copy color: '#53586D'

red 83 ◦ green 88 ◦ blue 109

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

Shades of East Bay #53586D

Tints of East Bay #53586D

RGB

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

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

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

R = 29.64%
G = 31.43%
B = 38.93%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53586D (or 0x53586D) is known color: East Bay. HEX triplet: 53, 58 and 6D. RGB value is (83,88,109). Sum of RGB (Red+Green+Blue) = 83+88+109=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 109 - color contains mainly: blue. Hex color #53586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53586D is #ACA792. Grayscale: #585858. Windows color (decimal): -11315091 or 7166035. OLE color: 7166035.

HSL color Cylindrical-coordinate representation of color #53586D: hue angle of 228.46º 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 #53586D is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 88 109 -
CMYK 0.24 0.19 0 0.57
HSL 228.46º 0.14% 0.38% -
HSV(B) 228.46º 0.24% 0.43% -
XYZ 9.82 9.92 15.87 -
YUV 88.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 83 88 109 0.24 0.19 0 0.57 228.46 0.14 0.38
Hex 53 58 6D 18 13 0 39 E4 E 26
Octal 123 130 155 30 23 0 71 344 16 46
Binary 1010011 1011000 1101101 11000 10011 0 111001 11100100 1110 100110

Color Harmonies of #53586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53586D

Black with #53586D

Text Example


Text Example

White with #53586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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