#5F6484

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

Shades of Comet #5F6484

Tints of Comet #5F6484

Color information

#5F6484 (or 0x5F6484) is unknown color: approx Comet. HEX triplet: 5F, 64 and 84. RGB value is (95,100,132). Sum of RGB (Red+Green+Blue) = 95+100+132=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F6484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6484 is #A09B7B. Grayscale: #666666. Windows color (decimal): -10525564 or 8676447. OLE color: 8676447.

HSL color Cylindrical-coordinate representation of color #5F6484: hue angle of 231.89º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5F6484 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB95100132-
CMYK0.280.2400.48
HSL231.89º16.3%44.51%-
HSV(B)231.89º28.03%51.76%-
XYZ13.4413.2123.67-
YUV102.15144.84122.9-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.05%
GREEN value IS 100 (39.45% from 255) = 30.58%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=29.05%
G=30.58%
B=40.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal951001320.280.2400.48231.8916.344.51
Hex5F64841C18030e8102d
Octal13714420434300603502055
Binary1011111110010010000100111001100001100001110100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,100,132); }

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

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

 a { background-color: rgb(95,100,132); }

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

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

 span { border-color: rgb(95,100,132); }

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