#594CBB

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

Shades of Rich Blue #594CBB

Tints of Rich Blue #594CBB

Color information

#594CBB (or 0x594CBB) is unknown color: approx Rich Blue. HEX triplet: 59, 4C and BB. RGB value is (89,76,187). Sum of RGB (Red+Green+Blue) = 89+76+187=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #594CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594CBB is #A6B344. Grayscale: #5C5C5C. Windows color (decimal): -10924869 or 12274777. OLE color: 12274777.

HSL color Cylindrical-coordinate representation of color #594CBB: hue angle of 247.03º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #594CBB is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8976187-
CMYK0.520.5900.27
HSL247.03º44.94%51.57%-
HSV(B)247.03º59.36%73.33%-
XYZ15.6710.8848.29-
YUV92.54181.31125.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.28%
GREEN value IS 76 (30.08% from 255) = 21.59%
BLUE value IS 187 (73.44% from 255) = 53.12%
R=25.28%
G=21.59%
B=53.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89761870.520.5900.27247.0344.9451.57
Hex594CBB343B01Bf72d34
Octal13111427364730333675564
Binary101100110011001011101111010011101101101111110111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,76,187); }

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

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

 a { background-color: rgb(89,76,187); }

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

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

 span { border-color: rgb(89,76,187); }

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