#5F50CA

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

Shades of Slate Blue #5F50CA

Tints of Slate Blue #5F50CA

Color information

#5F50CA (or 0x5F50CA) is unknown color: approx Slate Blue. HEX triplet: 5F, 50 and CA. RGB value is (95,80,202). Sum of RGB (Red+Green+Blue) = 95+80+202=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F50CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F50CA is #A0AF35. Grayscale: #616161. Windows color (decimal): -10530614 or 13258847. OLE color: 13258847.

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

Color convert

RGB9580202-
CMYK0.530.6000.21
HSL247.38º53.51%55.29%-
HSV(B)247.38º60.4%79.22%-
XYZ18.2512.4357.32-
YUV98.39186.47125.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.20%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 202 (79.30% from 255) = 53.58%
R=25.20%
G=21.22%
B=53.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal95802020.530.6000.21247.3853.5155.29
Hex5F50CA353C015f73637
Octal13712031265740253676667
Binary101111110100001100101011010111110001010111110111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F50CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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