Html Css Color HEX #53566B East Bay

📋 copy color: '#53566B'

red 83 ◦ green 86 ◦ blue 107

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

Shades of East Bay #53566B

Tints of East Bay #53566B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.77%

R = 30.07%
G = 31.16%
B = 38.77%

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

#53566B (or 0x53566B) is known color: East Bay. HEX triplet: 53, 56 and 6B. RGB value is (83,86,107). Sum of RGB (Red+Green+Blue) = 83+86+107=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 107 - color contains mainly: blue. Hex color #53566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53566B is #ACA994. Grayscale: #575757. Windows color (decimal): -11315605 or 7034451. OLE color: 7034451.

HSL color Cylindrical-coordinate representation of color #53566B: hue angle of 232.5º degrees, saturation: 0.13, 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 #53566B is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 86 107 -
CMYK 0.22 0.20 0 0.58
HSL 232.5º 0.13% 0.37% -
HSV(B) 232.5º 0.22% 0.42% -
XYZ 9.55 9.56 15.25 -
YUV 87.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 83 86 107 0.22 0.20 0 0.58 232.5 0.13 0.37
Hex 53 56 6B 16 14 0 3A E8 D 25
Octal 123 126 153 26 24 0 72 350 15 45
Binary 1010011 1010110 1101011 10110 10100 0 111010 11101000 1101 100101

Color Harmonies of #53566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53566B

Black with #53566B

Text Example


Text Example

White with #53566B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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