Html Css Color HEX #5948BE Rich Blue

📋 copy color: '#5948BE'

red 89 ◦ green 72 ◦ blue 190

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

Shades of Rich Blue #5948BE

Tints of Rich Blue #5948BE

RGB

 RED value IS 89 (35.16% from 255) = 25.36%

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

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

R = 25.36%
G = 20.51%
B = 54.13%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5948BE (or 0x5948BE) is known color: Rich Blue. HEX triplet: 59, 48 and BE. RGB value is (89,72,190). Sum of RGB (Red+Green+Blue) = 89+72+190=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #5948BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5948BE is #A6B741. Grayscale: #5A5A5A. Windows color (decimal): -10925890 or 12470361. OLE color: 12470361.

HSL color Cylindrical-coordinate representation of color #5948BE: hue angle of 248.64º 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 #5948BE is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 72 190 -
CMYK 0.53 0.62 0 0.25
HSL 248.64º 0.48% 0.51% -
HSV(B) 248.64º 0.62% 0.75% -
XYZ 15.73 10.48 49.91 -
YUV 90.54 184.13 126.91 -
System Red Green Blue C M Y K H S L
Decimal 89 72 190 0.53 0.62 0 0.25 248.64 0.48 0.51
Hex 59 48 BE 35 3E 0 19 F9 30 33
Octal 131 110 276 65 76 0 31 371 60 63
Binary 1011001 1001000 10111110 110101 111110 0 11001 11111001 110000 110011

Color Harmonies of #5948BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5948BE

Black with #5948BE

Text Example


Text Example

White with #5948BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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