#534CD2

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

Shades of Slate Blue #534CD2

Tints of Slate Blue #534CD2

Color information

#534CD2 (or 0x534CD2) is unknown color: approx Slate Blue. HEX triplet: 53, 4C and D2. RGB value is (83,76,210). Sum of RGB (Red+Green+Blue) = 83+76+210=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 210 (82.42% from 255 or 56.91% from 369); Max value from RGB is 210 - color contains mainly: blue. Hex color #534CD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534CD2 is #ACB32D. Grayscale: #5C5C5C. Windows color (decimal): -11318062 or 13782099. OLE color: 13782099.

HSL color Cylindrical-coordinate representation of color #534CD2: hue angle of 243.13º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #534CD2 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8376210-
CMYK0.600.6400.18
HSL243.13º59.82%56.08%-
HSV(B)243.13º63.81%82.35%-
XYZ17.7811.6662.29-
YUV93.37193.82120.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.49%
GREEN value IS 76 (30.08% from 255) = 20.60%
BLUE value IS 210 (82.42% from 255) = 56.91%
R=22.49%
G=20.60%
B=56.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal83762100.600.6400.18243.1359.8256.08
Hex534CD23C40012f33c38
Octal123114322741000223637470
Binary1010011100110011010010111100100000001001011110011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534CD2; }

 p { color: rgb(83,76,210); }

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

<style>
 a { background-color: #534CD2; }

 a { background-color: rgb(83,76,210); }

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

<style>
 span { border-color: #534CD2; }

 span { border-color: rgb(83,76,210); }

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