Html Css Color HEX #583394 Daisy Bush

📋 copy color: '#583394'

red 88 ◦ green 51 ◦ blue 148

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

Shades of Daisy Bush #583394

Tints of Daisy Bush #583394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.57%

R = 30.66%
G = 17.77%
B = 51.57%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#583394 (or 0x583394) is known color: Daisy Bush. HEX triplet: 58, 33 and 94. RGB value is (88,51,148). Sum of RGB (Red+Green+Blue) = 88+51+148=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #583394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583394 is #A7CC6B. Grayscale: #484848. Windows color (decimal): -10996844 or 9712472. OLE color: 9712472.

HSL color Cylindrical-coordinate representation of color #583394: hue angle of 262.89º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #583394 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 51 148 -
CMYK 0.41 0.66 0 0.42
HSL 262.89º 0.49% 0.39% -
HSV(B) 262.89º 0.66% 0.58% -
XYZ 10.55 6.58 28.73 -
YUV 73.12 170.26 138.61 -
System Red Green Blue C M Y K H S L
Decimal 88 51 148 0.41 0.66 0 0.42 262.89 0.49 0.39
Hex 58 33 94 29 42 0 2A 107 31 27
Octal 130 63 224 51 102 0 52 407 61 47
Binary 1011000 110011 10010100 101001 1000010 0 101010 100000111 110001 100111

Color Harmonies of #583394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583394

Black with #583394

Text Example


Text Example

White with #583394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583394; }

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

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

background-color css

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

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

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

border-color css

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

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

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