Html Css Color HEX #565973 Comet

📋 copy color: '#565973'

red 86 ◦ green 89 ◦ blue 115

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

Shades of Comet #565973

Tints of Comet #565973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.69%

 BLUE value IS 115 (45.31% from 255) = 39.66%

R = 29.66%
G = 30.69%
B = 39.66%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#565973 (or 0x565973) is known color: Comet. HEX triplet: 56, 59 and 73. RGB value is (86,89,115). Sum of RGB (Red+Green+Blue) = 86+89+115=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #565973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565973 is #A9A68C. Grayscale: #5A5A5A. Windows color (decimal): -11118221 or 7559510. OLE color: 7559510.

HSL color Cylindrical-coordinate representation of color #565973: hue angle of 233.79º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #565973 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 89 115 -
CMYK 0.25 0.23 0 0.55
HSL 233.79º 0.14% 0.39% -
HSV(B) 233.79º 0.25% 0.45% -
XYZ 10.5 10.36 17.67 -
YUV 91.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 86 89 115 0.25 0.23 0 0.55 233.79 0.14 0.39
Hex 56 59 73 19 17 0 37 EA E 27
Octal 126 131 163 31 27 0 67 352 16 47
Binary 1010110 1011001 1110011 11001 10111 0 110111 11101010 1110 100111

Color Harmonies of #565973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565973

Black with #565973

Text Example


Text Example

White with #565973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565973; }

 p { color: rgb(86,89,115); }

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

background-color css

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

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

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

border-color css

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

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

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