Html Css Color HEX #5348BE Rich Blue

📋 copy color: '#5348BE'

red 83 ◦ green 72 ◦ blue 190

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

Shades of Rich Blue #5348BE

Tints of Rich Blue #5348BE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.87%

 BLUE value IS 190 (74.61% from 255) = 55.07%

R = 24.06%
G = 20.87%
B = 55.07%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5348BE (or 0x5348BE) is known color: Rich Blue. HEX triplet: 53, 48 and BE. RGB value is (83,72,190). Sum of RGB (Red+Green+Blue) = 83+72+190=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #5348BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5348BE is #ACB741. Grayscale: #585858. Windows color (decimal): -11319106 or 12470355. OLE color: 12470355.

HSL color Cylindrical-coordinate representation of color #5348BE: hue angle of 245.59º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5348BE is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 72 190 -
CMYK 0.56 0.62 0 0.25
HSL 245.59º 0.48% 0.51% -
HSV(B) 245.59º 0.62% 0.75% -
XYZ 15.18 10.19 49.88 -
YUV 88.74 185.14 123.91 -
System Red Green Blue C M Y K H S L
Decimal 83 72 190 0.56 0.62 0 0.25 245.59 0.48 0.51
Hex 53 48 BE 38 3E 0 19 F6 30 33
Octal 123 110 276 70 76 0 31 366 60 63
Binary 1010011 1001000 10111110 111000 111110 0 11001 11110110 110000 110011

Color Harmonies of #5348BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5348BE

Black with #5348BE

Text Example


Text Example

White with #5348BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5348BE; }

 p { color: rgb(83,72,190); }

 H1.HeaderClassName
 {
   color: #5348BE;
 }
 .AnyTagClassName
 {
   color: #5348BE;
 }
</style>

background-color css

<style>
 a { background-color: #5348BE; }

 a { background-color: rgb(83,72,190); }

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

border-color css

<style>
 span { border-color: #5348BE; }

 span { border-color: rgb(83,72,190); }

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