#5F6383

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

Shades of Comet #5F6383

Tints of Comet #5F6383

Color information

#5F6383 (or 0x5F6383) is unknown color: approx Comet. HEX triplet: 5F, 63 and 83. RGB value is (95,99,131). Sum of RGB (Red+Green+Blue) = 95+99+131=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #5F6383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6383 is #A09C7C. Grayscale: #656565. Windows color (decimal): -10525821 or 8610655. OLE color: 8610655.

HSL color Cylindrical-coordinate representation of color #5F6383: hue angle of 233.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F6383 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9599131-
CMYK0.270.2400.49
HSL233.33º15.93%44.31%-
HSV(B)233.33º27.48%51.37%-
XYZ13.281323.28-
YUV101.45144.67123.4-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.23%
GREEN value IS 99 (39.06% from 255) = 30.46%
BLUE value IS 131 (51.56% from 255) = 40.31%
R=29.23%
G=30.46%
B=40.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal95991310.270.2400.49233.3315.9344.31
Hex5F63831B18031e9102c
Octal13714320333300613512054
Binary1011111110001110000011110111100001100011110100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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