Html Css Color HEX #565675 Comet

📋 copy color: '#565675'

red 86 ◦ green 86 ◦ blue 117

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

Shades of Comet #565675

Tints of Comet #565675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

 BLUE value IS 117 (46.09% from 255) = 40.48%

R = 29.76%
G = 29.76%
B = 40.48%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#565675 (or 0x565675) is known color: Comet. HEX triplet: 56, 56 and 75. RGB value is (86,86,117). Sum of RGB (Red+Green+Blue) = 86+86+117=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #565675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565675 is #A9A98A. Grayscale: #595959. Windows color (decimal): -11118987 or 7689814. OLE color: 7689814.

HSL color Cylindrical-coordinate representation of color #565675: hue angle of 240º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #565675 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 86 117 -
CMYK 0.26 0.26 0 0.54
HSL 240º 0.15% 0.4% -
HSV(B) 240º 0.26% 0.46% -
XYZ 10.38 9.92 18.2 -
YUV 89.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 86 86 117 0.26 0.26 0 0.54 240 0.15 0.4
Hex 56 56 75 1A 1A 0 36 F0 F 28
Octal 126 126 165 32 32 0 66 360 17 50
Binary 1010110 1010110 1110101 11010 11010 0 110110 11110000 1111 101000

Color Harmonies of #565675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565675

Black with #565675

Text Example


Text Example

White with #565675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565675; }

 p { color: rgb(86,86,117); }

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

background-color css

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

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

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

border-color css

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

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

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