Html Css Color HEX #534DCE Slate Blue

📋 copy color: '#534DCE'

red 83 ◦ green 77 ◦ blue 206

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

Shades of Slate Blue #534DCE

Tints of Slate Blue #534DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.04%

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 22.68%
G = 21.04%
B = 56.28%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#534DCE (or 0x534DCE) is known color: Slate Blue. HEX triplet: 53, 4D and CE. RGB value is (83,77,206). Sum of RGB (Red+Green+Blue) = 83+77+206=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #534DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DCE is #ACB231. Grayscale: #5C5C5C. Windows color (decimal): -11317810 or 13520211. OLE color: 13520211.

HSL color Cylindrical-coordinate representation of color #534DCE: hue angle of 242.79º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #534DCE is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 77 206 -
CMYK 0.60 0.63 0 0.19
HSL 242.79º 0.57% 0.55% -
HSV(B) 242.79º 0.63% 0.81% -
XYZ 17.36 11.6 59.72 -
YUV 93.5 191.49 120.51 -
System Red Green Blue C M Y K H S L
Decimal 83 77 206 0.60 0.63 0 0.19 242.79 0.57 0.55
Hex 53 4D CE 3C 3F 0 13 F3 39 37
Octal 123 115 316 74 77 0 23 363 71 67
Binary 1010011 1001101 11001110 111100 111111 0 10011 11110011 111001 110111

Color Harmonies of #534DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534DCE

Black with #534DCE

Text Example


Text Example

White with #534DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,77,206); }

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

background-color css

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

 a { background-color: rgb(83,77,206); }

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

border-color css

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

 span { border-color: rgb(83,77,206); }

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