#5F60C0

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

Shades of Slate Blue #5F60C0

Tints of Slate Blue #5F60C0

Color information

#5F60C0 (or 0x5F60C0) is unknown color: approx Slate Blue. HEX triplet: 5F, 60 and C0. RGB value is (95,96,192). Sum of RGB (Red+Green+Blue) = 95+96+192=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #5F60C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F60C0 is #A09F3F. Grayscale: #6A6A6A. Windows color (decimal): -10526528 or 12607583. OLE color: 12607583.

HSL color Cylindrical-coordinate representation of color #5F60C0: hue angle of 239.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F60C0 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9596192-
CMYK0.510.5000.25
HSL239.38º43.5%56.27%-
HSV(B)239.38º50.52%75.29%-
XYZ18.4214.651.72-
YUV106.64176.17119.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.80%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 192 (75.39% from 255) = 50.13%
R=24.80%
G=25.07%
B=50.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95961920.510.5000.25239.3843.556.27
Hex5F60C03332019ef2b38
Octal13714030063620313575370
Binary101111111000001100000011001111001001100111101111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F60C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,96,192); }

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

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

 a { background-color: rgb(95,96,192); }

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

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

 span { border-color: rgb(95,96,192); }

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