Html Css Color HEX #583F98 Daisy Bush

📋 copy color: '#583F98'

red 88 ◦ green 63 ◦ blue 152

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

Shades of Daisy Bush #583F98

Tints of Daisy Bush #583F98

RGB

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

 GREEN value IS 63 (25% from 255) = 20.79%

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

R = 29.04%
G = 20.79%
B = 50.17%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#583F98 (or 0x583F98) is known color: Daisy Bush. HEX triplet: 58, 3F and 98. RGB value is (88,63,152). Sum of RGB (Red+Green+Blue) = 88+63+152=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #583F98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583F98 is #A7C067. Grayscale: #505050. Windows color (decimal): -10993768 or 9977688. OLE color: 9977688.

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

Color convert

RGB 88 63 152 -
CMYK 0.42 0.59 0 0.40
HSL 256.85º 0.41% 0.42% -
HSV(B) 256.85º 0.59% 0.6% -
XYZ 11.47 7.9 30.63 -
YUV 80.62 168.28 133.26 -
System Red Green Blue C M Y K H S L
Decimal 88 63 152 0.42 0.59 0 0.40 256.85 0.41 0.42
Hex 58 3F 98 2A 3B 0 28 101 29 2A
Octal 130 77 230 52 73 0 50 401 51 52
Binary 1011000 111111 10011000 101010 111011 0 101000 100000001 101001 101010

Color Harmonies of #583F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583F98

Black with #583F98

Text Example


Text Example

White with #583F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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