Html Css Color HEX #594BB3 Rich Blue

📋 copy color: '#594BB3'

red 89 ◦ green 75 ◦ blue 179

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

Shades of Rich Blue #594BB3

Tints of Rich Blue #594BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.19%

R = 25.95%
G = 21.87%
B = 52.19%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#594BB3 (or 0x594BB3) is known color: Rich Blue. HEX triplet: 59, 4B and B3. RGB value is (89,75,179). Sum of RGB (Red+Green+Blue) = 89+75+179=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #594BB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594BB3 is #A6B44C. Grayscale: #5A5A5A. Windows color (decimal): -10925133 or 11750233. OLE color: 11750233.

HSL color Cylindrical-coordinate representation of color #594BB3: hue angle of 248.08º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #594BB3 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 89 75 179 -
CMYK 0.50 0.58 0 0.30
HSL 248.08º 0.41% 0.5% -
HSV(B) 248.08º 0.58% 0.7% -
XYZ 14.77 10.41 43.88 -
YUV 91.04 177.64 126.54 -
System Red Green Blue C M Y K H S L
Decimal 89 75 179 0.50 0.58 0 0.30 248.08 0.41 0.5
Hex 59 4B B3 32 3A 0 1E F8 29 32
Octal 131 113 263 62 72 0 36 370 51 62
Binary 1011001 1001011 10110011 110010 111010 0 11110 11111000 101001 110010

Color Harmonies of #594BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594BB3

Black with #594BB3

Text Example


Text Example

White with #594BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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