Html Css Color HEX #592DA4 Daisy Bush

📋 copy color: '#592DA4'

red 89 ◦ green 45 ◦ blue 164

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

Shades of Daisy Bush #592DA4

Tints of Daisy Bush #592DA4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.1%

 BLUE value IS 164 (64.45% from 255) = 55.03%

R = 29.87%
G = 15.1%
B = 55.03%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#592DA4 (or 0x592DA4) is known color: Daisy Bush. HEX triplet: 59, 2D and A4. RGB value is (89,45,164). Sum of RGB (Red+Green+Blue) = 89+45+164=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 164 (64.45% from 255 or 55.03% from 298); Max value from RGB is 164 - color contains mainly: blue. Hex color #592DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592DA4 is #A6D25B. Grayscale: #474747. Windows color (decimal): -10932828 or 10759513. OLE color: 10759513.

HSL color Cylindrical-coordinate representation of color #592DA4: hue angle of 262.18º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #592DA4 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 89 45 164 -
CMYK 0.46 0.73 0 0.36
HSL 262.18º 0.57% 0.41% -
HSV(B) 262.18º 0.73% 0.64% -
XYZ 11.76 6.68 35.79 -
YUV 71.72 180.08 140.32 -
System Red Green Blue C M Y K H S L
Decimal 89 45 164 0.46 0.73 0 0.36 262.18 0.57 0.41
Hex 59 2D A4 2E 49 0 24 106 39 29
Octal 131 55 244 56 111 0 44 406 71 51
Binary 1011001 101101 10100100 101110 1001001 0 100100 100000110 111001 101001

Color Harmonies of #592DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592DA4

Black with #592DA4

Text Example


Text Example

White with #592DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592DA4; }

 p { color: rgb(89,45,164); }

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

background-color css

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

 a { background-color: rgb(89,45,164); }

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

border-color css

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

 span { border-color: rgb(89,45,164); }

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