#5F638B

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

Shades of Comet #5F638B

Tints of Comet #5F638B

Color information

#5F638B (or 0x5F638B) is unknown color: approx Comet. HEX triplet: 5F, 63 and 8B. RGB value is (95,99,139). Sum of RGB (Red+Green+Blue) = 95+99+139=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F638B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F638B is #A09C74. Grayscale: #666666. Windows color (decimal): -10525813 or 9134943. OLE color: 9134943.

HSL color Cylindrical-coordinate representation of color #5F638B: hue angle of 234.55º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F638B is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9599139-
CMYK0.320.2900.45
HSL234.55º18.8%45.88%-
HSV(B)234.55º31.65%54.51%-
XYZ13.8413.2226.25-
YUV102.36148.67122.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.53%
GREEN value IS 99 (39.06% from 255) = 29.73%
BLUE value IS 139 (54.69% from 255) = 41.74%
R=28.53%
G=29.73%
B=41.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95991390.320.2900.45234.5518.845.88
Hex5F638B201D02Deb132e
Octal13714321340350553532356
Binary10111111100011100010111000001110101011011110101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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