Html Css Color HEX #53556C East Bay

📋 copy color: '#53556C'

red 83 ◦ green 85 ◦ blue 108

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

Shades of East Bay #53556C

Tints of East Bay #53556C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

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

R = 30.07%
G = 30.8%
B = 39.13%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53556C (or 0x53556C) is known color: East Bay. HEX triplet: 53, 55 and 6C. RGB value is (83,85,108). Sum of RGB (Red+Green+Blue) = 83+85+108=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #53556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53556C is #ACAA93. Grayscale: #565656. Windows color (decimal): -11315860 or 7099731. OLE color: 7099731.

HSL color Cylindrical-coordinate representation of color #53556C: hue angle of 235.2º 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 #53556C is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 85 108 -
CMYK 0.23 0.21 0 0.58
HSL 235.2º 0.13% 0.37% -
HSV(B) 235.2º 0.23% 0.42% -
XYZ 9.52 9.42 15.5 -
YUV 87.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 83 85 108 0.23 0.21 0 0.58 235.2 0.13 0.37
Hex 53 55 6C 17 15 0 3A EB D 25
Octal 123 125 154 27 25 0 72 353 15 45
Binary 1010011 1010101 1101100 10111 10101 0 111010 11101011 1101 100101

Color Harmonies of #53556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53556C

Black with #53556C

Text Example


Text Example

White with #53556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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