#5F5BCA

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

Shades of Slate Blue #5F5BCA

Tints of Slate Blue #5F5BCA

Color information

#5F5BCA (or 0x5F5BCA) is unknown color: approx Slate Blue. HEX triplet: 5F, 5B and CA. RGB value is (95,91,202). Sum of RGB (Red+Green+Blue) = 95+91+202=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F5BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5BCA is #A0A435. Grayscale: #686868. Windows color (decimal): -10527798 or 13261663. OLE color: 13261663.

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

Color convert

RGB9591202-
CMYK0.530.5500.21
HSL242.16º51.15%57.45%-
HSV(B)242.16º54.95%79.22%-
XYZ19.1214.1857.61-
YUV104.85182.83120.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.48%
GREEN value IS 91 (35.94% from 255) = 23.45%
BLUE value IS 202 (79.30% from 255) = 52.06%
R=24.48%
G=23.45%
B=52.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal95912020.530.5500.21242.1651.1557.45
Hex5F5BCA3537015f23339
Octal13713331265670253626371
Binary101111110110111100101011010111011101010111110010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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