#5F54CA

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

Shades of Slate Blue #5F54CA

Tints of Slate Blue #5F54CA

Color information

#5F54CA (or 0x5F54CA) is unknown color: approx Slate Blue. HEX triplet: 5F, 54 and CA. RGB value is (95,84,202). Sum of RGB (Red+Green+Blue) = 95+84+202=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F54CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F54CA is #A0AB35. Grayscale: #646464. Windows color (decimal): -10529590 or 13259871. OLE color: 13259871.

HSL color Cylindrical-coordinate representation of color #5F54CA: hue angle of 245.59º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F54CA is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9584202-
CMYK0.530.5800.21
HSL245.59º52.68%56.08%-
HSV(B)245.59º58.42%79.22%-
XYZ18.5513.0457.42-
YUV100.74185.14123.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.93%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 202 (79.30% from 255) = 53.02%
R=24.93%
G=22.05%
B=53.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal95842020.530.5800.21245.5952.6856.08
Hex5F54CA353A015f63538
Octal13712431265720253666570
Binary101111110101001100101011010111101001010111110110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F54CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,84,202); }

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

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

 a { background-color: rgb(95,84,202); }

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

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

 span { border-color: rgb(95,84,202); }

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