Html Css Color HEX #594FB6 Rich Blue

📋 copy color: '#594FB6'

red 89 ◦ green 79 ◦ blue 182

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

Shades of Rich Blue #594FB6

Tints of Rich Blue #594FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 52%

R = 25.43%
G = 22.57%
B = 52%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#594FB6 (or 0x594FB6) is known color: Rich Blue. HEX triplet: 59, 4F and B6. RGB value is (89,79,182). Sum of RGB (Red+Green+Blue) = 89+79+182=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 182 (71.48% from 255 or 52% from 350); Max value from RGB is 182 - color contains mainly: blue. Hex color #594FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FB6 is #A6B049. Grayscale: #5D5D5D. Windows color (decimal): -10924106 or 11947865. OLE color: 11947865.

HSL color Cylindrical-coordinate representation of color #594FB6: hue angle of 245.83º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #594FB6 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 89 79 182 -
CMYK 0.51 0.57 0 0.29
HSL 245.83º 0.41% 0.51% -
HSV(B) 245.83º 0.57% 0.71% -
XYZ 15.36 11.09 45.59 -
YUV 93.73 177.81 124.62 -
System Red Green Blue C M Y K H S L
Decimal 89 79 182 0.51 0.57 0 0.29 245.83 0.41 0.51
Hex 59 4F B6 33 39 0 1D F6 29 33
Octal 131 117 266 63 71 0 35 366 51 63
Binary 1011001 1001111 10110110 110011 111001 0 11101 11110110 101001 110011

Color Harmonies of #594FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594FB6

Black with #594FB6

Text Example


Text Example

White with #594FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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