Html Css Color HEX #592FA0 Daisy Bush

📋 copy color: '#592FA0'

red 89 ◦ green 47 ◦ blue 160

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

Shades of Daisy Bush #592FA0

Tints of Daisy Bush #592FA0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.88%

 BLUE value IS 160 (62.89% from 255) = 54.05%

R = 30.07%
G = 15.88%
B = 54.05%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#592FA0 (or 0x592FA0) is known color: Daisy Bush. HEX triplet: 59, 2F and A0. RGB value is (89,47,160). Sum of RGB (Red+Green+Blue) = 89+47+160=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 160 (62.89% from 255 or 54.05% from 296); Max value from RGB is 160 - color contains mainly: blue. Hex color #592FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592FA0 is #A6D05F. Grayscale: #484848. Windows color (decimal): -10932320 or 10497881. OLE color: 10497881.

HSL color Cylindrical-coordinate representation of color #592FA0: hue angle of 262.3º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #592FA0 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 89 47 160 -
CMYK 0.44 0.71 0 0.37
HSL 262.3º 0.55% 0.41% -
HSV(B) 262.3º 0.71% 0.63% -
XYZ 11.48 6.69 33.94 -
YUV 72.44 177.41 139.81 -
System Red Green Blue C M Y K H S L
Decimal 89 47 160 0.44 0.71 0 0.37 262.3 0.55 0.41
Hex 59 2F A0 2C 47 0 25 106 37 29
Octal 131 57 240 54 107 0 45 406 67 51
Binary 1011001 101111 10100000 101100 1000111 0 100101 100000110 110111 101001

Color Harmonies of #592FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592FA0

Black with #592FA0

Text Example


Text Example

White with #592FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,47,160); }

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

background-color css

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

 a { background-color: rgb(89,47,160); }

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

border-color css

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

 span { border-color: rgb(89,47,160); }

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