#5f53c3

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

Shades of Slate Blue #5F53C3

Tints of Slate Blue #5F53C3

Color information

#5F53C3 (or 0x5F53C3) is unknown color: approx Slate Blue. HEX triplet: 5F, 53 and C3. RGB value is (95,83,195). Sum of RGB (Red+Green+Blue) = 95+83+195=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 195 (76.56% from 255 or 52.28% from 373); Max value from RGB is 195 - color contains mainly: blue. Hex color #5F53C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F53C3 is #A0AC3C. Grayscale: #626262. Windows color (decimal): -10529853 or 12800863. OLE color: 12800863.

HSL color Cylindrical-coordinate representation of color #5F53C3: hue angle of 246.43º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F53C3 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9583195-
CMYK0.510.5700.24
HSL246.43º48.28%54.51%-
HSV(B)246.43º57.44%76.47%-
XYZ17.6612.5653.12-
YUV99.36181.98124.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.47%
GREEN value IS 83 (32.81% from 255) = 22.25%
BLUE value IS 195 (76.56% from 255) = 52.28%
R=25.47%
G=22.25%
B=52.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal95831950.510.5700.24246.4348.2854.51
Hex5F53C33339018f63037
Octal13712330363710303666067
Binary101111110100111100001111001111100101100011110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f53c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,83,195); }

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

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

 a { background-color: rgb(95,83,195); }

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

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

 span { border-color: rgb(95,83,195); }

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