Html Css Color HEX #534FD5 Slate Blue

📋 copy color: '#534FD5'

red 83 ◦ green 79 ◦ blue 213

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

Shades of Slate Blue #534FD5

Tints of Slate Blue #534FD5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.07%

 BLUE value IS 213 (83.59% from 255) = 56.8%

R = 22.13%
G = 21.07%
B = 56.8%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#534FD5 (or 0x534FD5) is known color: Slate Blue. HEX triplet: 53, 4F and D5. RGB value is (83,79,213). Sum of RGB (Red+Green+Blue) = 83+79+213=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 213 (83.59% from 255 or 56.8% from 375); Max value from RGB is 213 - color contains mainly: blue. Hex color #534FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FD5 is #ACB02A. Grayscale: #5E5E5E. Windows color (decimal): -11317291 or 13979475. OLE color: 13979475.

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

Color convert

RGB 83 79 213 -
CMYK 0.61 0.63 0 0.16
HSL 241.79º 0.61% 0.57% -
HSV(B) 241.79º 0.63% 0.84% -
XYZ 18.37 12.24 64.34 -
YUV 95.47 194.33 119.1 -
System Red Green Blue C M Y K H S L
Decimal 83 79 213 0.61 0.63 0 0.16 241.79 0.61 0.57
Hex 53 4F D5 3D 3F 0 10 F2 3D 39
Octal 123 117 325 75 77 0 20 362 75 71
Binary 1010011 1001111 11010101 111101 111111 0 10000 11110010 111101 111001

Color Harmonies of #534FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534FD5

Black with #534FD5

Text Example


Text Example

White with #534FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,79,213); }

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

background-color css

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

 a { background-color: rgb(83,79,213); }

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

border-color css

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

 span { border-color: rgb(83,79,213); }

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