#565B69

Color #565B69 Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #565B69

Tints of Bright Grey #565B69

Color information

#565B69 (or 0x565B69) is unknown color: approx Bright Grey. HEX triplet: 56, 5B and 69. RGB value is (86,91,105). Sum of RGB (Red+Green+Blue) = 86+91+105=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 105 - color contains mainly: blue. Hex color #565B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B69 is #A9A496. Grayscale: #5B5B5B. Windows color (decimal): -11117719 or 6904662. OLE color: 6904662.

HSL color Cylindrical-coordinate representation of color #565B69: hue angle of 224.21º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #565B69 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8691105-
CMYK0.180.1300.59
HSL224.21º9.95%37.45%-
HSV(B)224.21º18.1%41.18%-
XYZ10.1310.4814.85-
YUV91.1135.84124.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.50%
GREEN value IS 91 (35.94% from 255) = 32.27%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=30.50%
G=32.27%
B=37.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86911050.180.1300.59224.219.9537.45
Hex565B6912D03Be0a25
Octal12613315122150733401245
Binary1010110101101111010011001011010111011111000001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #565B69;
 }
 .AnyTagClassName
 {
   color: #565B69;
 }
</style>
background-color css

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

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

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

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

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

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