Html Css Color HEX #592FA2 Daisy Bush

📋 copy color: '#592FA2'

red 89 ◦ green 47 ◦ blue 162

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

Shades of Daisy Bush #592FA2

Tints of Daisy Bush #592FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 54.36%

R = 29.87%
G = 15.77%
B = 54.36%

CMYK

 C value IS 0.45

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#592FA2 (or 0x592FA2) is known color: Daisy Bush. HEX triplet: 59, 2F and A2. RGB value is (89,47,162). Sum of RGB (Red+Green+Blue) = 89+47+162=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 162 (63.67% from 255 or 54.36% from 298); Max value from RGB is 162 - color contains mainly: blue. Hex color #592FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592FA2 is #A6D05D. Grayscale: #484848. Windows color (decimal): -10932318 or 10628953. OLE color: 10628953.

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

Color convert

RGB 89 47 162 -
CMYK 0.45 0.71 0 0.36
HSL 261.91º 0.55% 0.41% -
HSV(B) 261.91º 0.71% 0.64% -
XYZ 11.66 6.77 34.87 -
YUV 72.67 178.41 139.65 -
System Red Green Blue C M Y K H S L
Decimal 89 47 162 0.45 0.71 0 0.36 261.91 0.55 0.41
Hex 59 2F A2 2D 47 0 24 106 37 29
Octal 131 57 242 55 107 0 44 406 67 51
Binary 1011001 101111 10100010 101101 1000111 0 100100 100000110 110111 101001

Color Harmonies of #592FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592FA2

Black with #592FA2

Text Example


Text Example

White with #592FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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