#5E6482

Color #5E6482 Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #5E6482

Tints of Comet #5E6482

Color information

#5E6482 (or 0x5E6482) is unknown color: approx Comet. HEX triplet: 5E, 64 and 82. RGB value is (94,100,130). Sum of RGB (Red+Green+Blue) = 94+100+130=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #5E6482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6482 is #A19B7D. Grayscale: #656565. Windows color (decimal): -10591102 or 8545374. OLE color: 8545374.

HSL color Cylindrical-coordinate representation of color #5E6482: hue angle of 230º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E6482 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB94100130-
CMYK0.280.2300.49
HSL230º16.07%43.92%-
HSV(B)230º27.69%50.98%-
XYZ13.213.1122.95-
YUV101.63144.01122.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.01%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 130 (51.17% from 255) = 40.12%
R=29.01%
G=30.86%
B=40.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal941001300.280.2300.4923016.0743.92
Hex5E64821C17031e6102c
Octal13614420234270613462054
Binary1011110110010010000010111001011101100011110011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E6482; }

 p { color: rgb(94,100,130); }

 H1.HeaderClassName
 {
   color: #5E6482;
 }
 .AnyTagClassName
 {
   color: #5E6482;
 }
</style>
background-color css

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

 a { background-color: rgb(94,100,130); }

 div.DivClassName
 {
   background-color: #5E6482;
 }
 .BgClassName
 {
   background-color: #5E6482;
 }
</style>
border-color css

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

 span { border-color: rgb(94,100,130); }

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