Html Css Color HEX #594FBA Rich Blue

📋 copy color: '#594FBA'

red 89 ◦ green 79 ◦ blue 186

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

Shades of Rich Blue #594FBA

Tints of Rich Blue #594FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.32%

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

R = 25.14%
G = 22.32%
B = 52.54%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#594FBA (or 0x594FBA) is known color: Rich Blue. HEX triplet: 59, 4F and BA. RGB value is (89,79,186). Sum of RGB (Red+Green+Blue) = 89+79+186=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #594FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FBA is #A6B045. Grayscale: #5D5D5D. Windows color (decimal): -10924102 or 12210009. OLE color: 12210009.

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

Color convert

RGB 89 79 186 -
CMYK 0.52 0.58 0 0.27
HSL 245.61º 0.44% 0.52% -
HSV(B) 245.61º 0.58% 0.73% -
XYZ 15.78 11.26 47.8 -
YUV 94.19 179.81 124.3 -
System Red Green Blue C M Y K H S L
Decimal 89 79 186 0.52 0.58 0 0.27 245.61 0.44 0.52
Hex 59 4F BA 34 3A 0 1B F6 2C 34
Octal 131 117 272 64 72 0 33 366 54 64
Binary 1011001 1001111 10111010 110100 111010 0 11011 11110110 101100 110100

Color Harmonies of #594FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594FBA

Black with #594FBA

Text Example


Text Example

White with #594FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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