#595DBB

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

Shades of Rich Blue #595DBB

Tints of Rich Blue #595DBB

Color information

#595DBB (or 0x595DBB) is unknown color: approx Rich Blue. HEX triplet: 59, 5D and BB. RGB value is (89,93,187). Sum of RGB (Red+Green+Blue) = 89+93+187=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #595DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DBB is #A6A244. Grayscale: #666666. Windows color (decimal): -10920517 or 12279129. OLE color: 12279129.

HSL color Cylindrical-coordinate representation of color #595DBB: hue angle of 237.55º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #595DBB is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8993187-
CMYK0.520.5000.27
HSL237.55º41.88%54.12%-
HSV(B)237.55º52.41%73.33%-
XYZ1713.5448.73-
YUV102.52175.67118.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.12%
GREEN value IS 93 (36.72% from 255) = 25.20%
BLUE value IS 187 (73.44% from 255) = 50.68%
R=24.12%
G=25.20%
B=50.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89931870.520.5000.27237.5541.8854.12
Hex595DBB343201Bee2a36
Octal13113527364620333565266
Binary101100110111011011101111010011001001101111101110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595DBB; }

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

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

<style>
 a { background-color: #595DBB; }

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

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

<style>
 span { border-color: #595DBB; }

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

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