Html Css Color HEX #595AB4 Rich Blue

📋 copy color: '#595AB4'

red 89 ◦ green 90 ◦ blue 180

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

Shades of Rich Blue #595AB4

Tints of Rich Blue #595AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.14%

R = 24.79%
G = 25.07%
B = 50.14%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#595AB4 (or 0x595AB4) is known color: Rich Blue. HEX triplet: 59, 5A and B4. RGB value is (89,90,180). Sum of RGB (Red+Green+Blue) = 89+90+180=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 180 (70.70% from 255 or 50.14% from 359); Max value from RGB is 180 - color contains mainly: blue. Hex color #595AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595AB4 is #A6A54B. Grayscale: #636363. Windows color (decimal): -10921292 or 11819609. OLE color: 11819609.

HSL color Cylindrical-coordinate representation of color #595AB4: hue angle of 239.34º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #595AB4 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 89 90 180 -
CMYK 0.51 0.50 0 0.29
HSL 239.34º 0.38% 0.53% -
HSV(B) 239.34º 0.51% 0.71% -
XYZ 16.01 12.73 44.79 -
YUV 99.96 173.17 120.18 -
System Red Green Blue C M Y K H S L
Decimal 89 90 180 0.51 0.50 0 0.29 239.34 0.38 0.53
Hex 59 5A B4 33 32 0 1D EF 26 35
Octal 131 132 264 63 62 0 35 357 46 65
Binary 1011001 1011010 10110100 110011 110010 0 11101 11101111 100110 110101

Color Harmonies of #595AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595AB4

Black with #595AB4

Text Example


Text Example

White with #595AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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