Html Css Color HEX #565865 Bright Grey

📋 copy color: '#565865'

red 86 ◦ green 88 ◦ blue 101

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

Shades of Bright Grey #565865

Tints of Bright Grey #565865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

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

R = 31.27%
G = 32%
B = 36.73%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#565865 (or 0x565865) is known color: Bright Grey. HEX triplet: 56, 58 and 65. RGB value is (86,88,101). Sum of RGB (Red+Green+Blue) = 86+88+101=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 101 - color contains mainly: blue. Hex color #565865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565865 is #A9A79A. Grayscale: #585858. Windows color (decimal): -11118491 or 6641750. OLE color: 6641750.

HSL color Cylindrical-coordinate representation of color #565865: hue angle of 232º 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 #565865 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 88 101 -
CMYK 0.15 0.13 0 0.60
HSL 232º 0.08% 0.37% -
HSV(B) 232º 0.15% 0.4% -
XYZ 9.68 9.9 13.71 -
YUV 88.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 86 88 101 0.15 0.13 0 0.60 232 0.08 0.37
Hex 56 58 65 F D 0 3C E8 8 25
Octal 126 130 145 17 15 0 74 350 10 45
Binary 1010110 1011000 1100101 1111 1101 0 111100 11101000 1000 100101

Color Harmonies of #565865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565865

Black with #565865

Text Example


Text Example

White with #565865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565865; }

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

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

background-color css

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

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

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

border-color css

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

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

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