Html Css Color HEX #594BAB Rich Blue

📋 copy color: '#594BAB'

red 89 ◦ green 75 ◦ blue 171

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

Shades of Rich Blue #594BAB

Tints of Rich Blue #594BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.39%

 BLUE value IS 171 (67.19% from 255) = 51.04%

R = 26.57%
G = 22.39%
B = 51.04%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#594BAB (or 0x594BAB) is known color: Rich Blue. HEX triplet: 59, 4B and AB. RGB value is (89,75,171). Sum of RGB (Red+Green+Blue) = 89+75+171=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #594BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594BAB is #A6B454. Grayscale: #595959. Windows color (decimal): -10925141 or 11225945. OLE color: 11225945.

HSL color Cylindrical-coordinate representation of color #594BAB: hue angle of 248.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #594BAB is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 75 171 -
CMYK 0.48 0.56 0 0.33
HSL 248.75º 0.39% 0.48% -
HSV(B) 248.75º 0.56% 0.67% -
XYZ 13.99 10.1 39.74 -
YUV 90.13 173.64 127.19 -
System Red Green Blue C M Y K H S L
Decimal 89 75 171 0.48 0.56 0 0.33 248.75 0.39 0.48
Hex 59 4B AB 30 38 0 21 F9 27 30
Octal 131 113 253 60 70 0 41 371 47 60
Binary 1011001 1001011 10101011 110000 111000 0 100001 11111001 100111 110000

Color Harmonies of #594BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594BAB

Black with #594BAB

Text Example


Text Example

White with #594BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594BAB; }

 p { color: rgb(89,75,171); }

 H1.HeaderClassName
 {
   color: #594BAB;
 }
 .AnyTagClassName
 {
   color: #594BAB;
 }
</style>

background-color css

<style>
 a { background-color: #594BAB; }

 a { background-color: rgb(89,75,171); }

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

border-color css

<style>
 span { border-color: #594BAB; }

 span { border-color: rgb(89,75,171); }

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