Html Css Color HEX #594898 Daisy Bush

📋 copy color: '#594898'

red 89 ◦ green 72 ◦ blue 152

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

Shades of Daisy Bush #594898

Tints of Daisy Bush #594898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23%

 BLUE value IS 152 (59.77% from 255) = 48.56%

R = 28.43%
G = 23%
B = 48.56%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#594898 (or 0x594898) is known color: Daisy Bush. HEX triplet: 59, 48 and 98. RGB value is (89,72,152). Sum of RGB (Red+Green+Blue) = 89+72+152=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #594898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594898 is #A6B767. Grayscale: #555555. Windows color (decimal): -10925928 or 9979993. OLE color: 9979993.

HSL color Cylindrical-coordinate representation of color #594898: hue angle of 252.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #594898 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 72 152 -
CMYK 0.41 0.53 0 0.40
HSL 252.75º 0.36% 0.44% -
HSV(B) 252.75º 0.53% 0.6% -
XYZ 12.1 9.03 30.81 -
YUV 86.2 165.13 130 -
System Red Green Blue C M Y K H S L
Decimal 89 72 152 0.41 0.53 0 0.40 252.75 0.36 0.44
Hex 59 48 98 29 35 0 28 FD 24 2C
Octal 131 110 230 51 65 0 50 375 44 54
Binary 1011001 1001000 10011000 101001 110101 0 101000 11111101 100100 101100

Color Harmonies of #594898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594898

Black with #594898

Text Example


Text Example

White with #594898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594898; }

 p { color: rgb(89,72,152); }

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

background-color css

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

 a { background-color: rgb(89,72,152); }

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

border-color css

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

 span { border-color: rgb(89,72,152); }

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