Html Css Color HEX #53566F East Bay

📋 copy color: '#53566F'

red 83 ◦ green 86 ◦ blue 111

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

Shades of East Bay #53566F

Tints of East Bay #53566F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.64%

R = 29.64%
G = 30.71%
B = 39.64%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#53566F (or 0x53566F) is known color: East Bay. HEX triplet: 53, 56 and 6F. RGB value is (83,86,111). Sum of RGB (Red+Green+Blue) = 83+86+111=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 111 - color contains mainly: blue. Hex color #53566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53566F is #ACA990. Grayscale: #575757. Windows color (decimal): -11315601 or 7296595. OLE color: 7296595.

HSL color Cylindrical-coordinate representation of color #53566F: hue angle of 233.57º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53566F is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 86 111 -
CMYK 0.25 0.23 0 0.56
HSL 233.57º 0.14% 0.38% -
HSV(B) 233.57º 0.25% 0.44% -
XYZ 9.76 9.64 16.39 -
YUV 87.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 83 86 111 0.25 0.23 0 0.56 233.57 0.14 0.38
Hex 53 56 6F 19 17 0 38 EA E 26
Octal 123 126 157 31 27 0 70 352 16 46
Binary 1010011 1010110 1101111 11001 10111 0 111000 11101010 1110 100110

Color Harmonies of #53566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53566F

Black with #53566F

Text Example


Text Example

White with #53566F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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