#5F6388

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

Shades of Comet #5F6388

Tints of Comet #5F6388

Color information

#5F6388 (or 0x5F6388) is unknown color: approx Comet. HEX triplet: 5F, 63 and 88. RGB value is (95,99,136). Sum of RGB (Red+Green+Blue) = 95+99+136=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #5F6388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6388 is #A09C77. Grayscale: #656565. Windows color (decimal): -10525816 or 8938335. OLE color: 8938335.

HSL color Cylindrical-coordinate representation of color #5F6388: hue angle of 234.15º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F6388 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9599136-
CMYK0.300.2700.47
HSL234.15º17.75%45.29%-
HSV(B)234.15º30.15%53.33%-
XYZ13.6313.1325.11-
YUV102.02147.17122.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.79%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 136 (53.52% from 255) = 41.21%
R=28.79%
G=30%
B=41.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95991360.300.2700.47234.1517.7545.29
Hex5F63881E1B02Fea122d
Octal13714321036330573522255
Binary1011111110001110001000111101101101011111110101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,99,136); }

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

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

 a { background-color: rgb(95,99,136); }

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

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

 span { border-color: rgb(95,99,136); }

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