Html Css Color HEX #565868 Bright Grey

📋 copy color: '#565868'

red 86 ◦ green 88 ◦ blue 104

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

Shades of Bright Grey #565868

Tints of Bright Grey #565868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.41%

R = 30.94%
G = 31.65%
B = 37.41%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#565868 (or 0x565868) is known color: Bright Grey. HEX triplet: 56, 58 and 68. RGB value is (86,88,104). Sum of RGB (Red+Green+Blue) = 86+88+104=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 104 - color contains mainly: blue. Hex color #565868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565868 is #A9A797. Grayscale: #595959. Windows color (decimal): -11118488 or 6838358. OLE color: 6838358.

HSL color Cylindrical-coordinate representation of color #565868: hue angle of 233.33º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #565868 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 88 104 -
CMYK 0.17 0.15 0 0.59
HSL 233.33º 0.09% 0.37% -
HSV(B) 233.33º 0.17% 0.41% -
XYZ 9.83 9.96 14.5 -
YUV 89.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 86 88 104 0.17 0.15 0 0.59 233.33 0.09 0.37
Hex 56 58 68 11 F 0 3B E9 9 25
Octal 126 130 150 21 17 0 73 351 11 45
Binary 1010110 1011000 1101000 10001 1111 0 111011 11101001 1001 100101

Color Harmonies of #565868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565868

Black with #565868

Text Example


Text Example

White with #565868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565868; }

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

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

background-color css

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

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

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

border-color css

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

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

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