Html Css Color HEX #534CD6 Slate Blue

📋 copy color: '#534CD6'

red 83 ◦ green 76 ◦ blue 214

#534CD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #534CD6

Tints of Slate Blue #534CD6

RGB

 RED value IS 83 (32.81% from 255) = 22.25%

 GREEN value IS 76 (30.08% from 255) = 20.38%

 BLUE value IS 214 (83.98% from 255) = 57.37%

R = 22.25%
G = 20.38%
B = 57.37%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#534CD6 (or 0x534CD6) is known color: Slate Blue. HEX triplet: 53, 4C and D6. RGB value is (83,76,214). Sum of RGB (Red+Green+Blue) = 83+76+214=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 214 (83.98% from 255 or 57.37% from 373); Max value from RGB is 214 - color contains mainly: blue. Hex color #534CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534CD6 is #ACB329. Grayscale: #5D5D5D. Windows color (decimal): -11318058 or 14044243. OLE color: 14044243.

HSL color Cylindrical-coordinate representation of color #534CD6: hue angle of 243.04º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #534CD6 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 76 214 -
CMYK 0.61 0.64 0 0.16
HSL 243.04º 0.63% 0.57% -
HSV(B) 243.04º 0.64% 0.84% -
XYZ 18.29 11.86 64.94 -
YUV 93.83 195.82 120.28 -
System Red Green Blue C M Y K H S L
Decimal 83 76 214 0.61 0.64 0 0.16 243.04 0.63 0.57
Hex 53 4C D6 3D 40 0 10 F3 3F 39
Octal 123 114 326 75 100 0 20 363 77 71
Binary 1010011 1001100 11010110 111101 1000000 0 10000 11110011 111111 111001

Color Harmonies of #534CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534CD6

Black with #534CD6

Text Example


Text Example

White with #534CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #534CD6;
 }
 .AnyTagClassName
 {
   color: #534CD6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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