Html Css Color HEX #534ADE Slate Blue

📋 copy color: '#534ADE'

red 83 ◦ green 74 ◦ blue 222

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

Shades of Slate Blue #534ADE

Tints of Slate Blue #534ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.53%

 BLUE value IS 222 (87.11% from 255) = 58.58%

R = 21.9%
G = 19.53%
B = 58.58%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#534ADE (or 0x534ADE) is known color: Slate Blue. HEX triplet: 53, 4A and DE. RGB value is (83,74,222). Sum of RGB (Red+Green+Blue) = 83+74+222=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #534ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534ADE is #ACB521. Grayscale: #5C5C5C. Windows color (decimal): -11318562 or 14568019. OLE color: 14568019.

HSL color Cylindrical-coordinate representation of color #534ADE: hue angle of 243.65º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #534ADE is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 74 222 -
CMYK 0.63 0.67 0 0.13
HSL 243.65º 0.69% 0.58% -
HSV(B) 243.65º 0.67% 0.87% -
XYZ 19.2 12.01 70.41 -
YUV 93.56 200.48 120.47 -
System Red Green Blue C M Y K H S L
Decimal 83 74 222 0.63 0.67 0 0.13 243.65 0.69 0.58
Hex 53 4A DE 3F 43 0 D F4 45 3A
Octal 123 112 336 77 103 0 15 364 105 72
Binary 1010011 1001010 11011110 111111 1000011 0 1101 11110100 1000101 111010

Color Harmonies of #534ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534ADE

Black with #534ADE

Text Example


Text Example

White with #534ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,74,222); }

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

background-color css

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

 a { background-color: rgb(83,74,222); }

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

border-color css

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

 span { border-color: rgb(83,74,222); }

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