Html Css Color HEX #534ADC Slate Blue

📋 copy color: '#534ADC'

red 83 ◦ green 74 ◦ blue 220

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

Shades of Slate Blue #534ADC

Tints of Slate Blue #534ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.36%

R = 22.02%
G = 19.63%
B = 58.36%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#534ADC (or 0x534ADC) is known color: Slate Blue. HEX triplet: 53, 4A and DC. RGB value is (83,74,220). Sum of RGB (Red+Green+Blue) = 83+74+220=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #534ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534ADC is #ACB523. Grayscale: #5C5C5C. Windows color (decimal): -11318564 or 14436947. OLE color: 14436947.

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

Color convert

RGB 83 74 220 -
CMYK 0.62 0.66 0 0.14
HSL 243.7º 0.68% 0.58% -
HSV(B) 243.7º 0.66% 0.86% -
XYZ 18.93 11.9 69.01 -
YUV 93.34 199.48 120.63 -
System Red Green Blue C M Y K H S L
Decimal 83 74 220 0.62 0.66 0 0.14 243.7 0.68 0.58
Hex 53 4A DC 3E 42 0 E F4 44 3A
Octal 123 112 334 76 102 0 16 364 104 72
Binary 1010011 1001010 11011100 111110 1000010 0 1110 11110100 1000100 111010

Color Harmonies of #534ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534ADC

Black with #534ADC

Text Example


Text Example

White with #534ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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