Html Css Color HEX #592598 Daisy Bush

📋 copy color: '#592598'

red 89 ◦ green 37 ◦ blue 152

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

Shades of Daisy Bush #592598

Tints of Daisy Bush #592598

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

 BLUE value IS 152 (59.77% from 255) = 54.68%

R = 32.01%
G = 13.31%
B = 54.68%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#592598 (or 0x592598) is known color: Daisy Bush. HEX triplet: 59, 25 and 98. RGB value is (89,37,152). Sum of RGB (Red+Green+Blue) = 89+37+152=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #592598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592598 is #A6DA67. Grayscale: #414141. Windows color (decimal): -10934888 or 9971033. OLE color: 9971033.

HSL color Cylindrical-coordinate representation of color #592598: hue angle of 267.13º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #592598 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 37 152 -
CMYK 0.41 0.76 0 0.40
HSL 267.13º 0.61% 0.37% -
HSV(B) 267.13º 0.76% 0.6% -
XYZ 10.45 5.71 30.26 -
YUV 65.66 176.73 144.65 -
System Red Green Blue C M Y K H S L
Decimal 89 37 152 0.41 0.76 0 0.40 267.13 0.61 0.37
Hex 59 25 98 29 4C 0 28 10B 3D 25
Octal 131 45 230 51 114 0 50 413 75 45
Binary 1011001 100101 10011000 101001 1001100 0 101000 100001011 111101 100101

Color Harmonies of #592598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592598

Black with #592598

Text Example


Text Example

White with #592598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592598; }

 p { color: rgb(89,37,152); }

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

background-color css

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

 a { background-color: rgb(89,37,152); }

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

border-color css

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

 span { border-color: rgb(89,37,152); }

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