Html Css Color HEX #534DDA Slate Blue

📋 copy color: '#534DDA'

red 83 ◦ green 77 ◦ blue 218

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

Shades of Slate Blue #534DDA

Tints of Slate Blue #534DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.37%

 BLUE value IS 218 (85.55% from 255) = 57.67%

R = 21.96%
G = 20.37%
B = 57.67%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#534DDA (or 0x534DDA) is known color: Slate Blue. HEX triplet: 53, 4D and DA. RGB value is (83,77,218). Sum of RGB (Red+Green+Blue) = 83+77+218=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #534DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DDA is #ACB225. Grayscale: #5E5E5E. Windows color (decimal): -11317798 or 14306643. OLE color: 14306643.

HSL color Cylindrical-coordinate representation of color #534DDA: hue angle of 242.55º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #534DDA is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 77 218 -
CMYK 0.62 0.65 0 0.15
HSL 242.55º 0.66% 0.58% -
HSV(B) 242.55º 0.65% 0.85% -
XYZ 18.88 12.21 67.69 -
YUV 94.87 197.49 119.54 -
System Red Green Blue C M Y K H S L
Decimal 83 77 218 0.62 0.65 0 0.15 242.55 0.66 0.58
Hex 53 4D DA 3E 41 0 F F3 42 3A
Octal 123 115 332 76 101 0 17 363 102 72
Binary 1010011 1001101 11011010 111110 1000001 0 1111 11110011 1000010 111010

Color Harmonies of #534DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534DDA

Black with #534DDA

Text Example


Text Example

White with #534DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,77,218); }

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

background-color css

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

 a { background-color: rgb(83,77,218); }

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

border-color css

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

 span { border-color: rgb(83,77,218); }

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