Html Css Color HEX #565775 Comet

📋 copy color: '#565775'

red 86 ◦ green 87 ◦ blue 117

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

Shades of Comet #565775

Tints of Comet #565775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30%

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

R = 29.66%
G = 30%
B = 40.34%

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

#565775 (or 0x565775) is known color: Comet. HEX triplet: 56, 57 and 75. RGB value is (86,87,117). Sum of RGB (Red+Green+Blue) = 86+87+117=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #565775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565775 is #A9A88A. Grayscale: #5A5A5A. Windows color (decimal): -11118731 or 7690070. OLE color: 7690070.

HSL color Cylindrical-coordinate representation of color #565775: hue angle of 238.06º 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 #565775 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 87 117 -
CMYK 0.26 0.26 0 0.54
HSL 238.06º 0.15% 0.4% -
HSV(B) 238.06º 0.26% 0.46% -
XYZ 10.46 10.08 18.22 -
YUV 90.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 86 87 117 0.26 0.26 0 0.54 238.06 0.15 0.4
Hex 56 57 75 1A 1A 0 36 EE F 28
Octal 126 127 165 32 32 0 66 356 17 50
Binary 1010110 1010111 1110101 11010 11010 0 110110 11101110 1111 101000

Color Harmonies of #565775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565775

Black with #565775

Text Example


Text Example

White with #565775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565775; }

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

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

background-color css

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

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

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

border-color css

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

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

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