#5F61CB

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

Shades of Slate Blue #5F61CB

Tints of Slate Blue #5F61CB

Color information

#5F61CB (or 0x5F61CB) is unknown color: approx Slate Blue. HEX triplet: 5F, 61 and CB. RGB value is (95,97,203). Sum of RGB (Red+Green+Blue) = 95+97+203=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F61CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F61CB is #A09E34. Grayscale: #6C6C6C. Windows color (decimal): -10526261 or 13328735. OLE color: 13328735.

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

Color convert

RGB9597203-
CMYK0.530.5200.20
HSL238.89º50.94%58.43%-
HSV(B)238.89º53.2%79.61%-
XYZ19.7715.2958.41-
YUV108.49181.34118.38-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.05%
GREEN value IS 97 (38.28% from 255) = 24.56%
BLUE value IS 203 (79.69% from 255) = 51.39%
R=24.05%
G=24.56%
B=51.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal95972030.530.5200.20238.8950.9458.43
Hex5F61CB3534014ef333a
Octal13714131365640243576372
Binary101111111000011100101111010111010001010011101111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F61CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,97,203); }

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

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

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

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

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

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

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