Html Css Color HEX #53556A East Bay

📋 copy color: '#53556A'

red 83 ◦ green 85 ◦ blue 106

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

Shades of East Bay #53556A

Tints of East Bay #53556A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.69%

R = 30.29%
G = 31.02%
B = 38.69%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53556A (or 0x53556A) is known color: East Bay. HEX triplet: 53, 55 and 6A. RGB value is (83,85,106). Sum of RGB (Red+Green+Blue) = 83+85+106=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 106 - color contains mainly: blue. Hex color #53556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53556A is #ACAA95. Grayscale: #565656. Windows color (decimal): -11315862 or 6968659. OLE color: 6968659.

HSL color Cylindrical-coordinate representation of color #53556A: hue angle of 234.78º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #53556A is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 85 106 -
CMYK 0.22 0.20 0 0.58
HSL 234.78º 0.12% 0.37% -
HSV(B) 234.78º 0.22% 0.42% -
XYZ 9.42 9.38 14.95 -
YUV 86.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 83 85 106 0.22 0.20 0 0.58 234.78 0.12 0.37
Hex 53 55 6A 16 14 0 3A EB C 25
Octal 123 125 152 26 24 0 72 353 14 45
Binary 1010011 1010101 1101010 10110 10100 0 111010 11101011 1100 100101

Color Harmonies of #53556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53556A

Black with #53556A

Text Example


Text Example

White with #53556A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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