Html Css Color HEX #534DCD Slate Blue

📋 copy color: '#534DCD'

red 83 ◦ green 77 ◦ blue 205

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

Shades of Slate Blue #534DCD

Tints of Slate Blue #534DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.16%

R = 22.74%
G = 21.1%
B = 56.16%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#534DCD (or 0x534DCD) is known color: Slate Blue. HEX triplet: 53, 4D and CD. RGB value is (83,77,205). Sum of RGB (Red+Green+Blue) = 83+77+205=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #534DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DCD is #ACB232. Grayscale: #5C5C5C. Windows color (decimal): -11317811 or 13454675. OLE color: 13454675.

HSL color Cylindrical-coordinate representation of color #534DCD: hue angle of 242.81º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #534DCD is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 77 205 -
CMYK 0.60 0.62 0 0.20
HSL 242.81º 0.56% 0.55% -
HSV(B) 242.81º 0.62% 0.8% -
XYZ 17.24 11.55 59.08 -
YUV 93.39 190.99 120.59 -
System Red Green Blue C M Y K H S L
Decimal 83 77 205 0.60 0.62 0 0.20 242.81 0.56 0.55
Hex 53 4D CD 3C 3E 0 14 F3 38 37
Octal 123 115 315 74 76 0 24 363 70 67
Binary 1010011 1001101 11001101 111100 111110 0 10100 11110011 111000 110111

Color Harmonies of #534DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534DCD

Black with #534DCD

Text Example


Text Example

White with #534DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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