Html Css Color HEX #592BA1 Daisy Bush

📋 copy color: '#592BA1'

red 89 ◦ green 43 ◦ blue 161

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

Shades of Daisy Bush #592BA1

Tints of Daisy Bush #592BA1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.68%

 BLUE value IS 161 (63.28% from 255) = 54.95%

R = 30.38%
G = 14.68%
B = 54.95%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#592BA1 (or 0x592BA1) is known color: Daisy Bush. HEX triplet: 59, 2B and A1. RGB value is (89,43,161). Sum of RGB (Red+Green+Blue) = 89+43+161=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #592BA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592BA1 is #A6D45E. Grayscale: #454545. Windows color (decimal): -10933343 or 10562393. OLE color: 10562393.

HSL color Cylindrical-coordinate representation of color #592BA1: hue angle of 263.39º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #592BA1 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 89 43 161 -
CMYK 0.45 0.73 0 0.37
HSL 263.39º 0.58% 0.4% -
HSV(B) 263.39º 0.73% 0.63% -
XYZ 11.42 6.42 34.36 -
YUV 70.21 179.24 141.41 -
System Red Green Blue C M Y K H S L
Decimal 89 43 161 0.45 0.73 0 0.37 263.39 0.58 0.4
Hex 59 2B A1 2D 49 0 25 107 3A 28
Octal 131 53 241 55 111 0 45 407 72 50
Binary 1011001 101011 10100001 101101 1001001 0 100101 100000111 111010 101000

Color Harmonies of #592BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592BA1

Black with #592BA1

Text Example


Text Example

White with #592BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,43,161); }

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

background-color css

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

 a { background-color: rgb(89,43,161); }

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

border-color css

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

 span { border-color: rgb(89,43,161); }

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