Html Css Color HEX #5342CE Slate Blue

📋 copy color: '#5342CE'

red 83 ◦ green 66 ◦ blue 206

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

Shades of Slate Blue #5342CE

Tints of Slate Blue #5342CE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.59%

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

R = 23.38%
G = 18.59%
B = 58.03%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5342CE (or 0x5342CE) is known color: Slate Blue. HEX triplet: 53, 42 and CE. RGB value is (83,66,206). Sum of RGB (Red+Green+Blue) = 83+66+206=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #5342CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5342CE is #ACBD31. Grayscale: #565656. Windows color (decimal): -11320626 or 13517395. OLE color: 13517395.

HSL color Cylindrical-coordinate representation of color #5342CE: hue angle of 247.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5342CE is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 66 206 -
CMYK 0.60 0.68 0 0.19
HSL 247.29º 0.59% 0.53% -
HSV(B) 247.29º 0.68% 0.81% -
XYZ 16.66 10.19 59.48 -
YUV 87.04 195.13 125.12 -
System Red Green Blue C M Y K H S L
Decimal 83 66 206 0.60 0.68 0 0.19 247.29 0.59 0.53
Hex 53 42 CE 3C 44 0 13 F7 3B 35
Octal 123 102 316 74 104 0 23 367 73 65
Binary 1010011 1000010 11001110 111100 1000100 0 10011 11110111 111011 110101

Color Harmonies of #5342CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5342CE

Black with #5342CE

Text Example


Text Example

White with #5342CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5342CE; }

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

 H1.HeaderClassName
 {
   color: #5342CE;
 }
 .AnyTagClassName
 {
   color: #5342CE;
 }
</style>

background-color css

<style>
 a { background-color: #5342CE; }

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

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

border-color css

<style>
 span { border-color: #5342CE; }

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

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