Html Css Color HEX #583292 Daisy Bush

📋 copy color: '#583292'

red 88 ◦ green 50 ◦ blue 146

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

Shades of Daisy Bush #583292

Tints of Daisy Bush #583292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.61%

 BLUE value IS 146 (57.42% from 255) = 51.41%

R = 30.99%
G = 17.61%
B = 51.41%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#583292 (or 0x583292) is known color: Daisy Bush. HEX triplet: 58, 32 and 92. RGB value is (88,50,146). Sum of RGB (Red+Green+Blue) = 88+50+146=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #583292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583292 is #A7CD6D. Grayscale: #474747. Windows color (decimal): -10997102 or 9581144. OLE color: 9581144.

HSL color Cylindrical-coordinate representation of color #583292: hue angle of 263.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #583292 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 50 146 -
CMYK 0.40 0.66 0 0.43
HSL 263.75º 0.49% 0.38% -
HSV(B) 263.75º 0.66% 0.57% -
XYZ 10.35 6.43 27.89 -
YUV 72.31 169.59 139.19 -
System Red Green Blue C M Y K H S L
Decimal 88 50 146 0.40 0.66 0 0.43 263.75 0.49 0.38
Hex 58 32 92 28 42 0 2B 108 31 26
Octal 130 62 222 50 102 0 53 410 61 46
Binary 1011000 110010 10010010 101000 1000010 0 101011 100001000 110001 100110

Color Harmonies of #583292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583292

Black with #583292

Text Example


Text Example

White with #583292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583292; }

 p { color: rgb(88,50,146); }

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

background-color css

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

 a { background-color: rgb(88,50,146); }

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

border-color css

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

 span { border-color: rgb(88,50,146); }

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