#5948B8

Color #5948B8 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5948B8

Tints of Rich Blue #5948B8

Color information

#5948B8 (or 0x5948B8) is unknown color: approx Rich Blue. HEX triplet: 59, 48 and B8. RGB value is (89,72,184). Sum of RGB (Red+Green+Blue) = 89+72+184=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 184 (72.27% from 255 or 53.33% from 345); Max value from RGB is 184 - color contains mainly: blue. Hex color #5948B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5948B8 is #A6B747. Grayscale: #595959. Windows color (decimal): -10925896 or 12077145. OLE color: 12077145.

HSL color Cylindrical-coordinate representation of color #5948B8: hue angle of 249.11º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5948B8 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8972184-
CMYK0.520.6100.28
HSL249.11º44.09%50.2%-
HSV(B)249.11º60.87%72.16%-
XYZ15.0910.2246.52-
YUV89.85181.13127.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.80%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 184 (72.27% from 255) = 53.33%
R=25.80%
G=20.87%
B=53.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal89721840.520.6100.28249.1144.0950.2
Hex5948B8343D01Cf92c32
Octal13111027064750343715462
Binary101100110010001011100011010011110101110011111001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5948B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5948B8;
 }
 .AnyTagClassName
 {
   color: #5948B8;
 }
</style>
background-color css

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

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

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

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

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

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