Html Css Color HEX #565D65 Bright Grey

📋 copy color: '#565D65'

red 86 ◦ green 93 ◦ blue 101

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

Shades of Bright Grey #565D65

Tints of Bright Grey #565D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.07%

R = 30.71%
G = 33.21%
B = 36.07%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#565D65 (or 0x565D65) is known color: Bright Grey. HEX triplet: 56, 5D and 65. RGB value is (86,93,101). Sum of RGB (Red+Green+Blue) = 86+93+101=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 101 - color contains mainly: blue. Hex color #565D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D65 is #A9A29A. Grayscale: #5B5B5B. Windows color (decimal): -11117211 or 6643030. OLE color: 6643030.

HSL color Cylindrical-coordinate representation of color #565D65: hue angle of 212º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #565D65 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 93 101 -
CMYK 0.15 0.08 0 0.60
HSL 212º 0.08% 0.37% -
HSV(B) 212º 0.15% 0.4% -
XYZ 10.1 10.75 13.85 -
YUV 91.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 86 93 101 0.15 0.08 0 0.60 212 0.08 0.37
Hex 56 5D 65 F 8 0 3C D4 8 25
Octal 126 135 145 17 10 0 74 324 10 45
Binary 1010110 1011101 1100101 1111 1000 0 111100 11010100 1000 100101

Color Harmonies of #565D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565D65

Black with #565D65

Text Example


Text Example

White with #565D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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