Html Css Color HEX #56567D Comet

📋 copy color: '#56567D'

red 86 ◦ green 86 ◦ blue 125

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

Shades of Comet #56567D

Tints of Comet #56567D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.09%

R = 28.96%
G = 28.96%
B = 42.09%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56567D (or 0x56567D) is known color: Comet. HEX triplet: 56, 56 and 7D. RGB value is (86,86,125). Sum of RGB (Red+Green+Blue) = 86+86+125=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 125 - color contains mainly: blue. Hex color #56567D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56567D is #A9A982. Grayscale: #5A5A5A. Windows color (decimal): -11118979 or 8214102. OLE color: 8214102.

HSL color Cylindrical-coordinate representation of color #56567D: hue angle of 240º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #56567D is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 86 125 -
CMYK 0.31 0.31 0 0.51
HSL 240º 0.18% 0.41% -
HSV(B) 240º 0.31% 0.49% -
XYZ 10.87 10.11 20.78 -
YUV 90.45 147.5 124.83 -
System Red Green Blue C M Y K H S L
Decimal 86 86 125 0.31 0.31 0 0.51 240 0.18 0.41
Hex 56 56 7D 1F 1F 0 33 F0 12 29
Octal 126 126 175 37 37 0 63 360 22 51
Binary 1010110 1010110 1111101 11111 11111 0 110011 11110000 10010 101001

Color Harmonies of #56567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56567D

Black with #56567D

Text Example


Text Example

White with #56567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56567D; }

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

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

background-color css

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

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

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

border-color css

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

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

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