Html Css Color HEX #594ABA Rich Blue

📋 copy color: '#594ABA'

red 89 ◦ green 74 ◦ blue 186

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

Shades of Rich Blue #594ABA

Tints of Rich Blue #594ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.2%

 BLUE value IS 186 (73.05% from 255) = 53.3%

R = 25.5%
G = 21.2%
B = 53.3%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#594ABA (or 0x594ABA) is known color: Rich Blue. HEX triplet: 59, 4A and BA. RGB value is (89,74,186). Sum of RGB (Red+Green+Blue) = 89+74+186=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #594ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594ABA is #A6B545. Grayscale: #5A5A5A. Windows color (decimal): -10925382 or 12208729. OLE color: 12208729.

HSL color Cylindrical-coordinate representation of color #594ABA: hue angle of 248.04º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #594ABA is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 74 186 -
CMYK 0.52 0.60 0 0.27
HSL 248.04º 0.45% 0.51% -
HSV(B) 248.04º 0.6% 0.73% -
XYZ 15.43 10.57 47.68 -
YUV 91.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 89 74 186 0.52 0.60 0 0.27 248.04 0.45 0.51
Hex 59 4A BA 34 3C 0 1B F8 2D 33
Octal 131 112 272 64 74 0 33 370 55 63
Binary 1011001 1001010 10111010 110100 111100 0 11011 11111000 101101 110011

Color Harmonies of #594ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594ABA

Black with #594ABA

Text Example


Text Example

White with #594ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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