Html Css Color HEX #534BCD Slate Blue

📋 copy color: '#534BCD'

red 83 ◦ green 75 ◦ blue 205

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

Shades of Slate Blue #534BCD

Tints of Slate Blue #534BCD

RGB

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

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

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

R = 22.87%
G = 20.66%
B = 56.47%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#534BCD (or 0x534BCD) is known color: Slate Blue. HEX triplet: 53, 4B and CD. RGB value is (83,75,205). Sum of RGB (Red+Green+Blue) = 83+75+205=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #534BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534BCD is #ACB432. Grayscale: #5B5B5B. Windows color (decimal): -11318323 or 13454163. OLE color: 13454163.

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

Color convert

RGB 83 75 205 -
CMYK 0.60 0.63 0 0.20
HSL 243.69º 0.57% 0.55% -
HSV(B) 243.69º 0.63% 0.8% -
XYZ 17.1 11.28 59.03 -
YUV 92.21 191.65 121.43 -
System Red Green Blue C M Y K H S L
Decimal 83 75 205 0.60 0.63 0 0.20 243.69 0.57 0.55
Hex 53 4B CD 3C 3F 0 14 F4 39 37
Octal 123 113 315 74 77 0 24 364 71 67
Binary 1010011 1001011 11001101 111100 111111 0 10100 11110100 111001 110111

Color Harmonies of #534BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534BCD

Black with #534BCD

Text Example


Text Example

White with #534BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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