Html Css Color HEX #583398 Daisy Bush

📋 copy color: '#583398'

red 88 ◦ green 51 ◦ blue 152

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

Shades of Daisy Bush #583398

Tints of Daisy Bush #583398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.53%

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

R = 30.24%
G = 17.53%
B = 52.23%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#583398 (or 0x583398) is known color: Daisy Bush. HEX triplet: 58, 33 and 98. RGB value is (88,51,152). Sum of RGB (Red+Green+Blue) = 88+51+152=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #583398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583398 is #A7CC67. Grayscale: #494949. Windows color (decimal): -10996840 or 9974616. OLE color: 9974616.

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

Color convert

RGB 88 51 152 -
CMYK 0.42 0.66 0 0.40
HSL 261.98º 0.5% 0.4% -
HSV(B) 261.98º 0.66% 0.6% -
XYZ 10.88 6.71 30.43 -
YUV 73.58 172.26 138.29 -
System Red Green Blue C M Y K H S L
Decimal 88 51 152 0.42 0.66 0 0.40 261.98 0.5 0.4
Hex 58 33 98 2A 42 0 28 106 32 28
Octal 130 63 230 52 102 0 50 406 62 50
Binary 1011000 110011 10011000 101010 1000010 0 101000 100000110 110010 101000

Color Harmonies of #583398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583398

Black with #583398

Text Example


Text Example

White with #583398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583398; }

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

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

background-color css

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

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

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

border-color css

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

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

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