#5f5fcc

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

Shades of Slate Blue #5F5FCC

Tints of Slate Blue #5F5FCC

Color information

#5F5FCC (or 0x5F5FCC) is unknown color: approx Slate Blue. HEX triplet: 5F, 5F and CC. RGB value is (95,95,204). Sum of RGB (Red+Green+Blue) = 95+95+204=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F5FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5FCC is #A0A033. Grayscale: #6A6A6A. Windows color (decimal): -10526772 or 13393759. OLE color: 13393759.

HSL color Cylindrical-coordinate representation of color #5F5FCC: hue angle of 240º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F5FCC is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9595204-
CMYK0.530.5300.2
HSL240º51.66%58.63%-
HSV(B)240º53.43%80%-
XYZ19.7114.9858.98-
YUV107.43182.5119.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.11%
GREEN value IS 95 (37.5% from 255) = 24.11%
BLUE value IS 204 (80.08% from 255) = 51.78%
R=24.11%
G=24.11%
B=51.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal95952040.530.5300.224051.6658.63
Hex5F5FCC3535014f0343b
Octal13713731465650243606473
Binary101111110111111100110011010111010101010011110000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f5fcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,95,204); }

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

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

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

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

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

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

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