Html Css Color HEX #583298 Daisy Bush

📋 copy color: '#583298'

red 88 ◦ green 50 ◦ blue 152

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

Shades of Daisy Bush #583298

Tints of Daisy Bush #583298

RGB

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

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

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

R = 30.34%
G = 17.24%
B = 52.41%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#583298 (or 0x583298) is known color: Daisy Bush. HEX triplet: 58, 32 and 98. RGB value is (88,50,152). Sum of RGB (Red+Green+Blue) = 88+50+152=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #583298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583298 is #A7CD67. Grayscale: #484848. Windows color (decimal): -10997096 or 9974360. OLE color: 9974360.

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

Color convert

RGB 88 50 152 -
CMYK 0.42 0.67 0 0.40
HSL 262.35º 0.5% 0.4% -
HSV(B) 262.35º 0.67% 0.6% -
XYZ 10.83 6.62 30.41 -
YUV 72.99 172.59 138.71 -
System Red Green Blue C M Y K H S L
Decimal 88 50 152 0.42 0.67 0 0.40 262.35 0.5 0.4
Hex 58 32 98 2A 43 0 28 106 32 28
Octal 130 62 230 52 103 0 50 406 62 50
Binary 1011000 110010 10011000 101010 1000011 0 101000 100000110 110010 101000

Color Harmonies of #583298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583298

Black with #583298

Text Example


Text Example

White with #583298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583298; }

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

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

background-color css

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

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

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

border-color css

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

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

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