Html Css Color HEX #565882 Comet

📋 copy color: '#565882'

red 86 ◦ green 88 ◦ blue 130

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

Shades of Comet #565882

Tints of Comet #565882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 42.76%

R = 28.29%
G = 28.95%
B = 42.76%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#565882 (or 0x565882) is known color: Comet. HEX triplet: 56, 58 and 82. RGB value is (86,88,130). Sum of RGB (Red+Green+Blue) = 86+88+130=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #565882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565882 is #A9A77D. Grayscale: #5C5C5C. Windows color (decimal): -11118462 or 8542294. OLE color: 8542294.

HSL color Cylindrical-coordinate representation of color #565882: hue angle of 237.27º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #565882 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 88 130 -
CMYK 0.34 0.32 0 0.49
HSL 237.27º 0.2% 0.42% -
HSV(B) 237.27º 0.34% 0.51% -
XYZ 11.36 10.57 22.56 -
YUV 92.19 149.34 123.58 -
System Red Green Blue C M Y K H S L
Decimal 86 88 130 0.34 0.32 0 0.49 237.27 0.2 0.42
Hex 56 58 82 22 20 0 31 ED 14 2A
Octal 126 130 202 42 40 0 61 355 24 52
Binary 1010110 1011000 10000010 100010 100000 0 110001 11101101 10100 101010

Color Harmonies of #565882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565882

Black with #565882

Text Example


Text Example

White with #565882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565882; }

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

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

background-color css

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

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

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

border-color css

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

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

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