Html Css Color HEX #592F90 Daisy Bush

📋 copy color: '#592F90'

red 89 ◦ green 47 ◦ blue 144

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

Shades of Daisy Bush #592F90

Tints of Daisy Bush #592F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.43%

R = 31.79%
G = 16.79%
B = 51.43%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#592F90 (or 0x592F90) is known color: Daisy Bush. HEX triplet: 59, 2F and 90. RGB value is (89,47,144). Sum of RGB (Red+Green+Blue) = 89+47+144=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #592F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592F90 is #A6D06F. Grayscale: #464646. Windows color (decimal): -10932336 or 9449305. OLE color: 9449305.

HSL color Cylindrical-coordinate representation of color #592F90: hue angle of 265.98º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #592F90 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 47 144 -
CMYK 0.38 0.67 0 0.44
HSL 265.98º 0.51% 0.37% -
HSV(B) 265.98º 0.67% 0.56% -
XYZ 10.17 6.17 27.04 -
YUV 70.62 169.41 141.11 -
System Red Green Blue C M Y K H S L
Decimal 89 47 144 0.38 0.67 0 0.44 265.98 0.51 0.37
Hex 59 2F 90 26 43 0 2C 10A 33 25
Octal 131 57 220 46 103 0 54 412 63 45
Binary 1011001 101111 10010000 100110 1000011 0 101100 100001010 110011 100101

Color Harmonies of #592F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592F90

Black with #592F90

Text Example


Text Example

White with #592F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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