Html Css Color HEX #565B73 East Bay

📋 copy color: '#565B73'

red 86 ◦ green 91 ◦ blue 115

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

Shades of East Bay #565B73

Tints of East Bay #565B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.16%

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

R = 29.45%
G = 31.16%
B = 39.38%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#565B73 (or 0x565B73) is known color: East Bay. HEX triplet: 56, 5B and 73. RGB value is (86,91,115). Sum of RGB (Red+Green+Blue) = 86+91+115=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #565B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B73 is #A9A48C. Grayscale: #5C5C5C. Windows color (decimal): -11117709 or 7560022. OLE color: 7560022.

HSL color Cylindrical-coordinate representation of color #565B73: hue angle of 229.66º 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 #565B73 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 91 115 -
CMYK 0.25 0.21 0 0.55
HSL 229.66º 0.14% 0.39% -
HSV(B) 229.66º 0.25% 0.45% -
XYZ 10.67 10.7 17.72 -
YUV 92.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 86 91 115 0.25 0.21 0 0.55 229.66 0.14 0.39
Hex 56 5B 73 19 15 0 37 E6 E 27
Octal 126 133 163 31 25 0 67 346 16 47
Binary 1010110 1011011 1110011 11001 10101 0 110111 11100110 1110 100111

Color Harmonies of #565B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565B73

Black with #565B73

Text Example


Text Example

White with #565B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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