Html Css Color HEX #5344CF Slate Blue

📋 copy color: '#5344CF'

red 83 ◦ green 68 ◦ blue 207

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

Shades of Slate Blue #5344CF

Tints of Slate Blue #5344CF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.99%

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

R = 23.18%
G = 18.99%
B = 57.82%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5344CF (or 0x5344CF) is known color: Slate Blue. HEX triplet: 53, 44 and CF. RGB value is (83,68,207). Sum of RGB (Red+Green+Blue) = 83+68+207=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #5344CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5344CF is #ACBB30. Grayscale: #575757. Windows color (decimal): -11320113 or 13583443. OLE color: 13583443.

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

Color convert

RGB 83 68 207 -
CMYK 0.60 0.67 0 0.19
HSL 246.47º 0.59% 0.54% -
HSV(B) 246.47º 0.67% 0.81% -
XYZ 16.9 10.48 60.16 -
YUV 88.33 194.97 124.2 -
System Red Green Blue C M Y K H S L
Decimal 83 68 207 0.60 0.67 0 0.19 246.47 0.59 0.54
Hex 53 44 CF 3C 43 0 13 F6 3B 36
Octal 123 104 317 74 103 0 23 366 73 66
Binary 1010011 1000100 11001111 111100 1000011 0 10011 11110110 111011 110110

Color Harmonies of #5344CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5344CF

Black with #5344CF

Text Example


Text Example

White with #5344CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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