#594FBC

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

Shades of Rich Blue #594FBC

Tints of Rich Blue #594FBC

Color information

#594FBC (or 0x594FBC) is unknown color: approx Rich Blue. HEX triplet: 59, 4F and BC. RGB value is (89,79,188). Sum of RGB (Red+Green+Blue) = 89+79+188=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #594FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FBC is #A6B043. Grayscale: #5D5D5D. Windows color (decimal): -10924100 or 12341081. OLE color: 12341081.

HSL color Cylindrical-coordinate representation of color #594FBC: hue angle of 245.5º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #594FBC is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8979188-
CMYK0.530.5800.26
HSL245.5º44.86%52.35%-
HSV(B)245.5º57.98%73.73%-
XYZ15.9911.3548.92-
YUV94.42180.81124.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25%
GREEN value IS 79 (31.25% from 255) = 22.19%
BLUE value IS 188 (73.83% from 255) = 52.81%
R=25%
G=22.19%
B=52.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal89791880.530.5800.26245.544.8652.35
Hex594FBC353A01Af62d34
Octal13111727465720323665564
Binary101100110011111011110011010111101001101011110110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594FBC; }

 p { color: rgb(89,79,188); }

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

<style>
 a { background-color: #594FBC; }

 a { background-color: rgb(89,79,188); }

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

<style>
 span { border-color: #594FBC; }

 span { border-color: rgb(89,79,188); }

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