#595FB7

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

Shades of Rich Blue #595FB7

Tints of Rich Blue #595FB7

Color information

#595FB7 (or 0x595FB7) is unknown color: approx Rich Blue. HEX triplet: 59, 5F and B7. RGB value is (89,95,183). Sum of RGB (Red+Green+Blue) = 89+95+183=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #595FB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FB7 is #A6A048. Grayscale: #666666. Windows color (decimal): -10920009 or 12017497. OLE color: 12017497.

HSL color Cylindrical-coordinate representation of color #595FB7: hue angle of 236.17º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #595FB7 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8995183-
CMYK0.510.4800.28
HSL236.17º39.5%53.33%-
HSV(B)236.17º51.37%71.76%-
XYZ16.7613.7346.57-
YUV103.24173.01117.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.25%
GREEN value IS 95 (37.5% from 255) = 25.89%
BLUE value IS 183 (71.88% from 255) = 49.86%
R=24.25%
G=25.89%
B=49.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal89951830.510.4800.28236.1739.553.33
Hex595FB7333001Cec2735
Octal13113726763600343544765
Binary101100110111111011011111001111000001110011101100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,95,183); }

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

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

 a { background-color: rgb(89,95,183); }

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

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

 span { border-color: rgb(89,95,183); }

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