Html Css Color HEX #583198 Daisy Bush

📋 copy color: '#583198'

red 88 ◦ green 49 ◦ blue 152

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

Shades of Daisy Bush #583198

Tints of Daisy Bush #583198

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.96%

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

R = 30.45%
G = 16.96%
B = 52.6%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#583198 (or 0x583198) is known color: Daisy Bush. HEX triplet: 58, 31 and 98. RGB value is (88,49,152). Sum of RGB (Red+Green+Blue) = 88+49+152=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #583198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583198 is #A7CE67. Grayscale: #484848. Windows color (decimal): -10997352 or 9974104. OLE color: 9974104.

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

Color convert

RGB 88 49 152 -
CMYK 0.42 0.68 0 0.40
HSL 262.72º 0.51% 0.39% -
HSV(B) 262.72º 0.68% 0.6% -
XYZ 10.79 6.54 30.4 -
YUV 72.4 172.92 139.12 -
System Red Green Blue C M Y K H S L
Decimal 88 49 152 0.42 0.68 0 0.40 262.72 0.51 0.39
Hex 58 31 98 2A 44 0 28 107 33 27
Octal 130 61 230 52 104 0 50 407 63 47
Binary 1011000 110001 10011000 101010 1000100 0 101000 100000111 110011 100111

Color Harmonies of #583198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583198

Black with #583198

Text Example


Text Example

White with #583198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583198; }

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

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

background-color css

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

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

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

border-color css

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

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

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