Html Css Color HEX #58499D Daisy Bush

📋 copy color: '#58499D'

red 88 ◦ green 73 ◦ blue 157

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

Shades of Daisy Bush #58499D

Tints of Daisy Bush #58499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.96%

 BLUE value IS 157 (61.72% from 255) = 49.37%

R = 27.67%
G = 22.96%
B = 49.37%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58499D (or 0x58499D) is known color: Daisy Bush. HEX triplet: 58, 49 and 9D. RGB value is (88,73,157). Sum of RGB (Red+Green+Blue) = 88+73+157=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #58499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58499D is #A7B662. Grayscale: #565656. Windows color (decimal): -10991203 or 10307928. OLE color: 10307928.

HSL color Cylindrical-coordinate representation of color #58499D: hue angle of 250.71º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58499D is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 73 157 -
CMYK 0.44 0.54 0 0.38
HSL 250.71º 0.37% 0.45% -
HSV(B) 250.71º 0.54% 0.62% -
XYZ 12.49 9.27 33.03 -
YUV 87.06 167.47 128.67 -
System Red Green Blue C M Y K H S L
Decimal 88 73 157 0.44 0.54 0 0.38 250.71 0.37 0.45
Hex 58 49 9D 2C 36 0 26 FB 25 2D
Octal 130 111 235 54 66 0 46 373 45 55
Binary 1011000 1001001 10011101 101100 110110 0 100110 11111011 100101 101101

Color Harmonies of #58499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58499D

Black with #58499D

Text Example


Text Example

White with #58499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58499D; }

 p { color: rgb(88,73,157); }

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

background-color css

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

 a { background-color: rgb(88,73,157); }

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

border-color css

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

 span { border-color: rgb(88,73,157); }

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