Html Css Color HEX #5342CF Slate Blue

📋 copy color: '#5342CF'

red 83 ◦ green 66 ◦ blue 207

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

Shades of Slate Blue #5342CF

Tints of Slate Blue #5342CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.15%

R = 23.31%
G = 18.54%
B = 58.15%

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

#5342CF (or 0x5342CF) is known color: Slate Blue. HEX triplet: 53, 42 and CF. RGB value is (83,66,207). Sum of RGB (Red+Green+Blue) = 83+66+207=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #5342CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5342CF is #ACBD30. Grayscale: #565656. Windows color (decimal): -11320625 or 13582931. OLE color: 13582931.

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

Color convert

RGB 83 66 207 -
CMYK 0.60 0.68 0 0.19
HSL 247.23º 0.59% 0.54% -
HSV(B) 247.23º 0.68% 0.81% -
XYZ 16.78 10.24 60.12 -
YUV 87.16 195.63 125.04 -
System Red Green Blue C M Y K H S L
Decimal 83 66 207 0.60 0.68 0 0.19 247.23 0.59 0.54
Hex 53 42 CF 3C 44 0 13 F7 3B 36
Octal 123 102 317 74 104 0 23 367 73 66
Binary 1010011 1000010 11001111 111100 1000100 0 10011 11110111 111011 110110

Color Harmonies of #5342CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5342CF

Black with #5342CF

Text Example


Text Example

White with #5342CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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