Html Css Color HEX #534BDD Slate Blue

📋 copy color: '#534BDD'

red 83 ◦ green 75 ◦ blue 221

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

Shades of Slate Blue #534BDD

Tints of Slate Blue #534BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.79%

 BLUE value IS 221 (86.72% from 255) = 58.31%

R = 21.9%
G = 19.79%
B = 58.31%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#534BDD (or 0x534BDD) is known color: Slate Blue. HEX triplet: 53, 4B and DD. RGB value is (83,75,221). Sum of RGB (Red+Green+Blue) = 83+75+221=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #534BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534BDD is #ACB422. Grayscale: #5D5D5D. Windows color (decimal): -11318307 or 14502739. OLE color: 14502739.

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

Color convert

RGB 83 75 221 -
CMYK 0.62 0.66 0 0.13
HSL 243.29º 0.68% 0.58% -
HSV(B) 243.29º 0.66% 0.87% -
XYZ 19.13 12.09 69.73 -
YUV 94.04 199.65 120.13 -
System Red Green Blue C M Y K H S L
Decimal 83 75 221 0.62 0.66 0 0.13 243.29 0.68 0.58
Hex 53 4B DD 3E 42 0 D F3 44 3A
Octal 123 113 335 76 102 0 15 363 104 72
Binary 1010011 1001011 11011101 111110 1000010 0 1101 11110011 1000100 111010

Color Harmonies of #534BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534BDD

Black with #534BDD

Text Example


Text Example

White with #534BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,75,221); }

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

background-color css

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

 a { background-color: rgb(83,75,221); }

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

border-color css

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

 span { border-color: rgb(83,75,221); }

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