Html Css Color HEX #594DBA Rich Blue

📋 copy color: '#594DBA'

red 89 ◦ green 77 ◦ blue 186

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

Shades of Rich Blue #594DBA

Tints of Rich Blue #594DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.88%

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

R = 25.28%
G = 21.88%
B = 52.84%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#594DBA (or 0x594DBA) is known color: Rich Blue. HEX triplet: 59, 4D and BA. RGB value is (89,77,186). Sum of RGB (Red+Green+Blue) = 89+77+186=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #594DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DBA is #A6B245. Grayscale: #5C5C5C. Windows color (decimal): -10924614 or 12209497. OLE color: 12209497.

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

Color convert

RGB 89 77 186 -
CMYK 0.52 0.59 0 0.27
HSL 246.61º 0.44% 0.52% -
HSV(B) 246.61º 0.59% 0.73% -
XYZ 15.64 10.98 47.75 -
YUV 93.01 180.48 125.14 -
System Red Green Blue C M Y K H S L
Decimal 89 77 186 0.52 0.59 0 0.27 246.61 0.44 0.52
Hex 59 4D BA 34 3B 0 1B F7 2C 34
Octal 131 115 272 64 73 0 33 367 54 64
Binary 1011001 1001101 10111010 110100 111011 0 11011 11110111 101100 110100

Color Harmonies of #594DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594DBA

Black with #594DBA

Text Example


Text Example

White with #594DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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