Html Css Color HEX #5342CB Slate Blue

📋 copy color: '#5342CB'

red 83 ◦ green 66 ◦ blue 203

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

Shades of Slate Blue #5342CB

Tints of Slate Blue #5342CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.67%

R = 23.58%
G = 18.75%
B = 57.67%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5342CB (or 0x5342CB) is known color: Slate Blue. HEX triplet: 53, 42 and CB. RGB value is (83,66,203). Sum of RGB (Red+Green+Blue) = 83+66+203=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #5342CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5342CB is #ACBD34. Grayscale: #565656. Windows color (decimal): -11320629 or 13320787. OLE color: 13320787.

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

Color convert

RGB 83 66 203 -
CMYK 0.59 0.67 0 0.20
HSL 247.45º 0.57% 0.53% -
HSV(B) 247.45º 0.67% 0.8% -
XYZ 16.29 10.05 57.58 -
YUV 86.7 193.63 125.36 -
System Red Green Blue C M Y K H S L
Decimal 83 66 203 0.59 0.67 0 0.20 247.45 0.57 0.53
Hex 53 42 CB 3B 43 0 14 F7 39 35
Octal 123 102 313 73 103 0 24 367 71 65
Binary 1010011 1000010 11001011 111011 1000011 0 10100 11110111 111001 110101

Color Harmonies of #5342CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5342CB

Black with #5342CB

Text Example


Text Example

White with #5342CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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