Html Css Color HEX #582998 Daisy Bush

📋 copy color: '#582998'

red 88 ◦ green 41 ◦ blue 152

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

Shades of Daisy Bush #582998

Tints of Daisy Bush #582998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.59%

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

R = 31.32%
G = 14.59%
B = 54.09%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#582998 (or 0x582998) is known color: Daisy Bush. HEX triplet: 58, 29 and 98. RGB value is (88,41,152). Sum of RGB (Red+Green+Blue) = 88+41+152=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #582998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582998 is #A7D667. Grayscale: #434343. Windows color (decimal): -10999400 or 9972056. OLE color: 9972056.

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

Color convert

RGB 88 41 152 -
CMYK 0.42 0.73 0 0.40
HSL 265.41º 0.58% 0.38% -
HSV(B) 265.41º 0.73% 0.6% -
XYZ 10.48 5.93 30.3 -
YUV 67.71 175.57 142.47 -
System Red Green Blue C M Y K H S L
Decimal 88 41 152 0.42 0.73 0 0.40 265.41 0.58 0.38
Hex 58 29 98 2A 49 0 28 109 3A 26
Octal 130 51 230 52 111 0 50 411 72 46
Binary 1011000 101001 10011000 101010 1001001 0 101000 100001001 111010 100110

Color Harmonies of #582998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582998

Black with #582998

Text Example


Text Example

White with #582998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582998; }

 p { color: rgb(88,41,152); }

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

background-color css

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

 a { background-color: rgb(88,41,152); }

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

border-color css

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

 span { border-color: rgb(88,41,152); }

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