Html Css Color HEX #5342CC Slate Blue

📋 copy color: '#5342CC'

red 83 ◦ green 66 ◦ blue 204

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

Shades of Slate Blue #5342CC

Tints of Slate Blue #5342CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.79%

R = 23.51%
G = 18.7%
B = 57.79%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5342CC (or 0x5342CC) is known color: Slate Blue. HEX triplet: 53, 42 and CC. RGB value is (83,66,204). Sum of RGB (Red+Green+Blue) = 83+66+204=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #5342CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5342CC is #ACBD33. Grayscale: #565656. Windows color (decimal): -11320628 or 13386323. OLE color: 13386323.

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

Color convert

RGB 83 66 204 -
CMYK 0.59 0.68 0 0.2
HSL 247.39º 0.58% 0.53% -
HSV(B) 247.39º 0.68% 0.8% -
XYZ 16.41 10.1 58.21 -
YUV 86.82 194.13 125.28 -
System Red Green Blue C M Y K H S L
Decimal 83 66 204 0.59 0.68 0 0.2 247.39 0.58 0.53
Hex 53 42 CC 3B 44 0 14 F7 3A 35
Octal 123 102 314 73 104 0 24 367 72 65
Binary 1010011 1000010 11001100 111011 1000100 0 10100 11110111 111010 110101

Color Harmonies of #5342CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5342CC

Black with #5342CC

Text Example


Text Example

White with #5342CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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