#5342CB

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

Shades of Slate Blue #5342CB

Tints of Slate Blue #5342CB

Color information

#5342CB (or 0x5342CB) is unknown color: approx Slate Blue. HEX triplet: 53, 42 and CB. RGB value is (83,66,203). Sum of RGB (Red+Green+Blue) = 83+66+203=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #5342CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5342CB is #ACBD34. Grayscale: #565656. Windows color (decimal): -11320629 or 13320787. OLE color: 13320787.

HSL color Cylindrical-coordinate representation of color #5342CB: hue angle of 247.45º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5342CB is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8366203-
CMYK0.590.6700.20
HSL247.45º56.85%52.75%-
HSV(B)247.45º67.49%79.61%-
XYZ16.2910.0557.58-
YUV86.7193.63125.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.58%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 203 (79.69% from 255) = 57.67%
R=23.58%
G=18.75%
B=57.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal83662030.590.6700.20247.4556.8552.75
Hex5342CB3B43014f73935
Octal123102313731030243677165
Binary1010011100001011001011111011100001101010011110111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5342CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5342CB; }

 p { color: rgb(83,66,203); }

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

<style>
 a { background-color: #5342CB; }

 a { background-color: rgb(83,66,203); }

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

<style>
 span { border-color: #5342CB; }

 span { border-color: rgb(83,66,203); }

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