Html Css Color HEX #584094 Daisy Bush

📋 copy color: '#584094'

red 88 ◦ green 64 ◦ blue 148

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

Shades of Daisy Bush #584094

Tints of Daisy Bush #584094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.33%

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

R = 29.33%
G = 21.33%
B = 49.33%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#584094 (or 0x584094) is known color: Daisy Bush. HEX triplet: 58, 40 and 94. RGB value is (88,64,148). Sum of RGB (Red+Green+Blue) = 88+64+148=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #584094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584094 is #A7BF6B. Grayscale: #505050. Windows color (decimal): -10993516 or 9715800. OLE color: 9715800.

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

Color convert

RGB 88 64 148 -
CMYK 0.41 0.57 0 0.42
HSL 257.14º 0.4% 0.42% -
HSV(B) 257.14º 0.57% 0.58% -
XYZ 11.2 7.88 28.95 -
YUV 80.75 165.95 133.17 -
System Red Green Blue C M Y K H S L
Decimal 88 64 148 0.41 0.57 0 0.42 257.14 0.4 0.42
Hex 58 40 94 29 39 0 2A 101 28 2A
Octal 130 100 224 51 71 0 52 401 50 52
Binary 1011000 1000000 10010100 101001 111001 0 101010 100000001 101000 101010

Color Harmonies of #584094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584094

Black with #584094

Text Example


Text Example

White with #584094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584094; }

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

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

background-color css

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

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

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

border-color css

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

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

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