Html Css Color HEX #565C73 East Bay

📋 copy color: '#565C73'

red 86 ◦ green 92 ◦ blue 115

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

Shades of East Bay #565C73

Tints of East Bay #565C73

RGB

 RED value IS 86 (33.98% from 255) = 29.35%

 GREEN value IS 92 (36.33% from 255) = 31.4%

 BLUE value IS 115 (45.31% from 255) = 39.25%

R = 29.35%
G = 31.4%
B = 39.25%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#565C73 (or 0x565C73) is known color: East Bay. HEX triplet: 56, 5C and 73. RGB value is (86,92,115). Sum of RGB (Red+Green+Blue) = 86+92+115=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: blue. Hex color #565C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C73 is #A9A38C. Grayscale: #5C5C5C. Windows color (decimal): -11117453 or 7560278. OLE color: 7560278.

HSL color Cylindrical-coordinate representation of color #565C73: hue angle of 227.59º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #565C73 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 92 115 -
CMYK 0.25 0.20 0 0.55
HSL 227.59º 0.14% 0.39% -
HSV(B) 227.59º 0.25% 0.45% -
XYZ 10.76 10.87 17.75 -
YUV 92.83 140.51 123.13 -
System Red Green Blue C M Y K H S L
Decimal 86 92 115 0.25 0.20 0 0.55 227.59 0.14 0.39
Hex 56 5C 73 19 14 0 37 E4 E 27
Octal 126 134 163 31 24 0 67 344 16 47
Binary 1010110 1011100 1110011 11001 10100 0 110111 11100100 1110 100111

Color Harmonies of #565C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565C73

Black with #565C73

Text Example


Text Example

White with #565C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565C73; }

 p { color: rgb(86,92,115); }

 H1.HeaderClassName
 {
   color: #565C73;
 }
 .AnyTagClassName
 {
   color: #565C73;
 }
</style>

background-color css

<style>
 a { background-color: #565C73; }

 a { background-color: rgb(86,92,115); }

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

border-color css

<style>
 span { border-color: #565C73; }

 span { border-color: rgb(86,92,115); }

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