#595BBA

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

Shades of Rich Blue #595BBA

Tints of Rich Blue #595BBA

Color information

#595BBA (or 0x595BBA) is unknown color: approx Rich Blue. HEX triplet: 59, 5B and BA. RGB value is (89,91,186). Sum of RGB (Red+Green+Blue) = 89+91+186=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #595BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BBA is #A6A445. Grayscale: #646464. Windows color (decimal): -10921030 or 12213081. OLE color: 12213081.

HSL color Cylindrical-coordinate representation of color #595BBA: hue angle of 238.76º degrees, saturation: 0.41, 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 #595BBA is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8991186-
CMYK0.520.5100.27
HSL238.76º41.28%53.92%-
HSV(B)238.76º52.15%72.94%-
XYZ16.7213.1548.11-
YUV101.23175.84119.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.32%
GREEN value IS 91 (35.94% from 255) = 24.86%
BLUE value IS 186 (73.05% from 255) = 50.82%
R=24.32%
G=24.86%
B=50.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89911860.520.5100.27238.7641.2853.92
Hex595BBA343301Bef2936
Octal13113327264630333575166
Binary101100110110111011101011010011001101101111101111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,91,186); }

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

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

 a { background-color: rgb(89,91,186); }

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

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

 span { border-color: rgb(89,91,186); }

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