Html Css Color HEX #565D6D Bright Grey

📋 copy color: '#565D6D'

red 86 ◦ green 93 ◦ blue 109

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

Shades of Bright Grey #565D6D

Tints of Bright Grey #565D6D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.29%

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

R = 29.86%
G = 32.29%
B = 37.85%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#565D6D (or 0x565D6D) is known color: Bright Grey. HEX triplet: 56, 5D and 6D. RGB value is (86,93,109). Sum of RGB (Red+Green+Blue) = 86+93+109=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 109 - color contains mainly: blue. Hex color #565D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D6D is #A9A292. Grayscale: #5C5C5C. Windows color (decimal): -11117203 or 7167318. OLE color: 7167318.

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

Color convert

RGB 86 93 109 -
CMYK 0.21 0.15 0 0.57
HSL 221.74º 0.12% 0.38% -
HSV(B) 221.74º 0.21% 0.43% -
XYZ 10.51 10.91 16.02 -
YUV 92.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 86 93 109 0.21 0.15 0 0.57 221.74 0.12 0.38
Hex 56 5D 6D 15 F 0 39 DE C 26
Octal 126 135 155 25 17 0 71 336 14 46
Binary 1010110 1011101 1101101 10101 1111 0 111001 11011110 1100 100110

Color Harmonies of #565D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565D6D

Black with #565D6D

Text Example


Text Example

White with #565D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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