Html Css Color HEX #534CDE Slate Blue

📋 copy color: '#534CDE'

red 83 ◦ green 76 ◦ blue 222

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

Shades of Slate Blue #534CDE

Tints of Slate Blue #534CDE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.95%

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

R = 21.78%
G = 19.95%
B = 58.27%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#534CDE (or 0x534CDE) is known color: Slate Blue. HEX triplet: 53, 4C and DE. RGB value is (83,76,222). Sum of RGB (Red+Green+Blue) = 83+76+222=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #534CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534CDE is #ACB321. Grayscale: #5E5E5E. Windows color (decimal): -11318050 or 14568531. OLE color: 14568531.

HSL color Cylindrical-coordinate representation of color #534CDE: hue angle of 242.88º degrees, saturation: 0.69, 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 #534CDE is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 76 222 -
CMYK 0.63 0.66 0 0.13
HSL 242.88º 0.69% 0.58% -
HSV(B) 242.88º 0.66% 0.87% -
XYZ 19.34 12.28 70.46 -
YUV 94.74 199.82 119.63 -
System Red Green Blue C M Y K H S L
Decimal 83 76 222 0.63 0.66 0 0.13 242.88 0.69 0.58
Hex 53 4C DE 3F 42 0 D F3 45 3A
Octal 123 114 336 77 102 0 15 363 105 72
Binary 1010011 1001100 11011110 111111 1000010 0 1101 11110011 1000101 111010

Color Harmonies of #534CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534CDE

Black with #534CDE

Text Example


Text Example

White with #534CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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