Html Css Color HEX #534CCE Slate Blue

📋 copy color: '#534CCE'

red 83 ◦ green 76 ◦ blue 206

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

Shades of Slate Blue #534CCE

Tints of Slate Blue #534CCE

RGB

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

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

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

R = 22.74%
G = 20.82%
B = 56.44%

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

#534CCE (or 0x534CCE) is known color: Slate Blue. HEX triplet: 53, 4C and CE. RGB value is (83,76,206). Sum of RGB (Red+Green+Blue) = 83+76+206=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #534CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534CCE is #ACB331. Grayscale: #5C5C5C. Windows color (decimal): -11318066 or 13519955. OLE color: 13519955.

HSL color Cylindrical-coordinate representation of color #534CCE: hue angle of 243.23º 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 #534CCE is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 76 206 -
CMYK 0.60 0.63 0 0.19
HSL 243.23º 0.57% 0.55% -
HSV(B) 243.23º 0.63% 0.81% -
XYZ 17.29 11.46 59.69 -
YUV 92.91 191.82 120.93 -
System Red Green Blue C M Y K H S L
Decimal 83 76 206 0.60 0.63 0 0.19 243.23 0.57 0.55
Hex 53 4C CE 3C 3F 0 13 F3 39 37
Octal 123 114 316 74 77 0 23 363 71 67
Binary 1010011 1001100 11001110 111100 111111 0 10011 11110011 111001 110111

Color Harmonies of #534CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534CCE

Black with #534CCE

Text Example


Text Example

White with #534CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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