Html Css Color HEX #565B6D East Bay

📋 copy color: '#565B6D'

red 86 ◦ green 91 ◦ blue 109

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

Shades of East Bay #565B6D

Tints of East Bay #565B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.11%

R = 30.07%
G = 31.82%
B = 38.11%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#565B6D (or 0x565B6D) is known color: East Bay. HEX triplet: 56, 5B and 6D. RGB value is (86,91,109). Sum of RGB (Red+Green+Blue) = 86+91+109=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #565B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B6D is #A9A492. Grayscale: #5B5B5B. Windows color (decimal): -11117715 or 7166806. OLE color: 7166806.

HSL color Cylindrical-coordinate representation of color #565B6D: hue angle of 226.96º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #565B6D is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 91 109 -
CMYK 0.21 0.17 0 0.57
HSL 226.96º 0.12% 0.38% -
HSV(B) 226.96º 0.21% 0.43% -
XYZ 10.34 10.56 15.96 -
YUV 91.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 86 91 109 0.21 0.17 0 0.57 226.96 0.12 0.38
Hex 56 5B 6D 15 11 0 39 E3 C 26
Octal 126 133 155 25 21 0 71 343 14 46
Binary 1010110 1011011 1101101 10101 10001 0 111001 11100011 1100 100110

Color Harmonies of #565B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565B6D

Black with #565B6D

Text Example


Text Example

White with #565B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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