#5E6484

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

Shades of Comet #5E6484

Tints of Comet #5E6484

Color information

#5E6484 (or 0x5E6484) is unknown color: approx Comet. HEX triplet: 5E, 64 and 84. RGB value is (94,100,132). Sum of RGB (Red+Green+Blue) = 94+100+132=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E6484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6484 is #A19B7B. Grayscale: #656565. Windows color (decimal): -10591100 or 8676446. OLE color: 8676446.

HSL color Cylindrical-coordinate representation of color #5E6484: hue angle of 230.53º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E6484 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB94100132-
CMYK0.290.2400.48
HSL230.53º16.81%44.31%-
HSV(B)230.53º28.79%51.76%-
XYZ13.3413.1623.67-
YUV101.85145.01122.4-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.83%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=28.83%
G=30.67%
B=40.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal941001320.290.2400.48230.5316.8144.31
Hex5E64841D18030e7112c
Octal13614420435300603472154
Binary1011110110010010000100111011100001100001110011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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