#565C6A

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

Shades of Bright Grey #565C6A

Tints of Bright Grey #565C6A

Color information

#565C6A (or 0x565C6A) is unknown color: approx Bright Grey. HEX triplet: 56, 5C and 6A. RGB value is (86,92,106). Sum of RGB (Red+Green+Blue) = 86+92+106=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 106 - color contains mainly: blue. Hex color #565C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C6A is #A9A395. Grayscale: #5B5B5B. Windows color (decimal): -11117462 or 6970454. OLE color: 6970454.

HSL color Cylindrical-coordinate representation of color #565C6A: hue angle of 222º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #565C6A is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8692106-
CMYK0.190.1300.58
HSL222º10.42%37.65%-
HSV(B)222º18.87%41.57%-
XYZ10.2710.6715.15-
YUV91.8136.01123.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.28%
GREEN value IS 92 (36.33% from 255) = 32.39%
BLUE value IS 106 (41.80% from 255) = 37.32%
R=30.28%
G=32.39%
B=37.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86921060.190.1300.5822210.4237.65
Hex565C6A13D03Adea26
Octal12613415223150723361246
Binary1010110101110011010101001111010111010110111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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