Html Css Color HEX #582894 Daisy Bush

📋 copy color: '#582894'

red 88 ◦ green 40 ◦ blue 148

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

Shades of Daisy Bush #582894

Tints of Daisy Bush #582894

RGB

 RED value IS 88 (34.77% from 255) = 31.88%

 GREEN value IS 40 (16.02% from 255) = 14.49%

 BLUE value IS 148 (58.2% from 255) = 53.62%

R = 31.88%
G = 14.49%
B = 53.62%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#582894 (or 0x582894) is known color: Daisy Bush. HEX triplet: 58, 28 and 94. RGB value is (88,40,148). Sum of RGB (Red+Green+Blue) = 88+40+148=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #582894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582894 is #A7D76B. Grayscale: #424242. Windows color (decimal): -10999660 or 9709656. OLE color: 9709656.

HSL color Cylindrical-coordinate representation of color #582894: hue angle of 266.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #582894 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 40 148 -
CMYK 0.41 0.73 0 0.42
HSL 266.67º 0.57% 0.37% -
HSV(B) 266.67º 0.73% 0.58% -
XYZ 10.13 5.73 28.59 -
YUV 66.66 173.9 143.22 -
System Red Green Blue C M Y K H S L
Decimal 88 40 148 0.41 0.73 0 0.42 266.67 0.57 0.37
Hex 58 28 94 29 49 0 2A 10B 39 25
Octal 130 50 224 51 111 0 52 413 71 45
Binary 1011000 101000 10010100 101001 1001001 0 101010 100001011 111001 100101

Color Harmonies of #582894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582894

Black with #582894

Text Example


Text Example

White with #582894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582894; }

 p { color: rgb(88,40,148); }

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

background-color css

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

 a { background-color: rgb(88,40,148); }

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

border-color css

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

 span { border-color: rgb(88,40,148); }

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