#5C6284

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

Shades of Comet #5C6284

Tints of Comet #5C6284

Color information

#5C6284 (or 0x5C6284) is unknown color: approx Comet. HEX triplet: 5C, 62 and 84. RGB value is (92,98,132). Sum of RGB (Red+Green+Blue) = 92+98+132=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #5C6284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6284 is #A39D7B. Grayscale: #636363. Windows color (decimal): -10722684 or 8675932. OLE color: 8675932.

HSL color Cylindrical-coordinate representation of color #5C6284: hue angle of 231º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C6284 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9298132-
CMYK0.300.2600.48
HSL231º17.86%43.92%-
HSV(B)231º30.3%51.76%-
XYZ12.9512.6823.59-
YUV100.08146.01122.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.57%
GREEN value IS 98 (38.67% from 255) = 30.43%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=28.57%
G=30.43%
B=40.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal92981320.300.2600.4823117.8643.92
Hex5C62841E1A030e7122c
Octal13414220436320603472254
Binary1011100110001010000100111101101001100001110011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,98,132); }

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

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

 a { background-color: rgb(92,98,132); }

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

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

 span { border-color: rgb(92,98,132); }

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