Html Css Color HEX #53586C East Bay

📋 copy color: '#53586C'

red 83 ◦ green 88 ◦ blue 108

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

Shades of East Bay #53586C

Tints of East Bay #53586C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.71%

R = 29.75%
G = 31.54%
B = 38.71%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53586C (or 0x53586C) is known color: East Bay. HEX triplet: 53, 58 and 6C. RGB value is (83,88,108). Sum of RGB (Red+Green+Blue) = 83+88+108=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #53586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53586C is #ACA793. Grayscale: #585858. Windows color (decimal): -11315092 or 7100499. OLE color: 7100499.

HSL color Cylindrical-coordinate representation of color #53586C: hue angle of 228º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53586C is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 88 108 -
CMYK 0.23 0.19 0 0.58
HSL 228º 0.13% 0.37% -
HSV(B) 228º 0.23% 0.42% -
XYZ 9.76 9.9 15.58 -
YUV 88.79 138.84 123.87 -
System Red Green Blue C M Y K H S L
Decimal 83 88 108 0.23 0.19 0 0.58 228 0.13 0.37
Hex 53 58 6C 17 13 0 3A E4 D 25
Octal 123 130 154 27 23 0 72 344 15 45
Binary 1010011 1011000 1101100 10111 10011 0 111010 11100100 1101 100101

Color Harmonies of #53586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53586C

Black with #53586C

Text Example


Text Example

White with #53586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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