#5F6289

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

Shades of Comet #5F6289

Tints of Comet #5F6289

Color information

#5F6289 (or 0x5F6289) is unknown color: approx Comet. HEX triplet: 5F, 62 and 89. RGB value is (95,98,137). Sum of RGB (Red+Green+Blue) = 95+98+137=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #5F6289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6289 is #A09D76. Grayscale: #656565. Windows color (decimal): -10526071 or 9003615. OLE color: 9003615.

HSL color Cylindrical-coordinate representation of color #5F6289: hue angle of 235.71º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F6289 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9598137-
CMYK0.310.2800.46
HSL235.71º18.1%45.49%-
HSV(B)235.71º30.66%53.73%-
XYZ13.612.9725.45-
YUV101.55148.01123.33-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.79%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 137 (53.91% from 255) = 41.52%
R=28.79%
G=29.70%
B=41.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal95981370.310.2800.46235.7118.145.49
Hex5F62891F1C02Eec122d
Octal13714221137340563542255
Binary1011111110001010001001111111110001011101110110010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,98,137); }

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

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

 a { background-color: rgb(95,98,137); }

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

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

 span { border-color: rgb(95,98,137); }

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