Html Css Color HEX #595AB8 Rich Blue

📋 copy color: '#595AB8'

red 89 ◦ green 90 ◦ blue 184

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

Shades of Rich Blue #595AB8

Tints of Rich Blue #595AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 50.69%

R = 24.52%
G = 24.79%
B = 50.69%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#595AB8 (or 0x595AB8) is known color: Rich Blue. HEX triplet: 59, 5A and B8. RGB value is (89,90,184). Sum of RGB (Red+Green+Blue) = 89+90+184=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 184 (72.27% from 255 or 50.69% from 363); Max value from RGB is 184 - color contains mainly: blue. Hex color #595AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595AB8 is #A6A547. Grayscale: #646464. Windows color (decimal): -10921288 or 12081753. OLE color: 12081753.

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

Color convert

RGB 89 90 184 -
CMYK 0.52 0.51 0 0.28
HSL 239.37º 0.4% 0.54% -
HSV(B) 239.37º 0.52% 0.72% -
XYZ 16.43 12.9 46.97 -
YUV 100.42 175.17 119.86 -
System Red Green Blue C M Y K H S L
Decimal 89 90 184 0.52 0.51 0 0.28 239.37 0.4 0.54
Hex 59 5A B8 34 33 0 1C EF 28 36
Octal 131 132 270 64 63 0 34 357 50 66
Binary 1011001 1011010 10111000 110100 110011 0 11100 11101111 101000 110110

Color Harmonies of #595AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595AB8

Black with #595AB8

Text Example


Text Example

White with #595AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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