Html Css Color HEX #595AB2 Rich Blue

📋 copy color: '#595AB2'

red 89 ◦ green 90 ◦ blue 178

#595AB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #595AB2

Tints of Rich Blue #595AB2

RGB

 RED value IS 89 (35.16% from 255) = 24.93%

 GREEN value IS 90 (35.55% from 255) = 25.21%

 BLUE value IS 178 (69.92% from 255) = 49.86%

R = 24.93%
G = 25.21%
B = 49.86%

CMYK

 C value IS 0.5

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#595AB2 (or 0x595AB2) is known color: Rich Blue. HEX triplet: 59, 5A and B2. RGB value is (89,90,178). Sum of RGB (Red+Green+Blue) = 89+90+178=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #595AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595AB2 is #A6A54D. Grayscale: #636363. Windows color (decimal): -10921294 or 11688537. OLE color: 11688537.

HSL color Cylindrical-coordinate representation of color #595AB2: hue angle of 239.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #595AB2 is Cyan = 0.5, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 89 90 178 -
CMYK 0.5 0.49 0 0.30
HSL 239.33º 0.37% 0.52% -
HSV(B) 239.33º 0.5% 0.7% -
XYZ 15.81 12.65 43.73 -
YUV 99.73 172.17 120.34 -
System Red Green Blue C M Y K H S L
Decimal 89 90 178 0.5 0.49 0 0.30 239.33 0.37 0.52
Hex 59 5A B2 32 31 0 1E EF 25 34
Octal 131 132 262 62 61 0 36 357 45 64
Binary 1011001 1011010 10110010 110010 110001 0 11110 11101111 100101 110100

Color Harmonies of #595AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595AB2

Black with #595AB2

Text Example


Text Example

White with #595AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,90,178); }

 H1.HeaderClassName
 {
   color: #595AB2;
 }
 .AnyTagClassName
 {
   color: #595AB2;
 }
</style>

background-color css

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

 a { background-color: rgb(89,90,178); }

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

border-color css

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

 span { border-color: rgb(89,90,178); }

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