Html Css Color HEX #58499B Daisy Bush

📋 copy color: '#58499B'

red 88 ◦ green 73 ◦ blue 155

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

Shades of Daisy Bush #58499B

Tints of Daisy Bush #58499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.05%

R = 27.85%
G = 23.1%
B = 49.05%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58499B (or 0x58499B) is known color: Daisy Bush. HEX triplet: 58, 49 and 9B. RGB value is (88,73,155). Sum of RGB (Red+Green+Blue) = 88+73+155=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #58499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58499B is #A7B664. Grayscale: #565656. Windows color (decimal): -10991205 or 10176856. OLE color: 10176856.

HSL color Cylindrical-coordinate representation of color #58499B: hue angle of 250.98º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58499B is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 73 155 -
CMYK 0.43 0.53 0 0.39
HSL 250.98º 0.36% 0.45% -
HSV(B) 250.98º 0.53% 0.61% -
XYZ 12.32 9.21 32.14 -
YUV 86.83 166.47 128.83 -
System Red Green Blue C M Y K H S L
Decimal 88 73 155 0.43 0.53 0 0.39 250.98 0.36 0.45
Hex 58 49 9B 2B 35 0 27 FB 24 2D
Octal 130 111 233 53 65 0 47 373 44 55
Binary 1011000 1001001 10011011 101011 110101 0 100111 11111011 100100 101101

Color Harmonies of #58499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58499B

Black with #58499B

Text Example


Text Example

White with #58499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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