Html Css Color HEX #58449F Daisy Bush

📋 copy color: '#58449F'

red 88 ◦ green 68 ◦ blue 159

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

Shades of Daisy Bush #58449F

Tints of Daisy Bush #58449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.59%

 BLUE value IS 159 (62.5% from 255) = 50.48%

R = 27.94%
G = 21.59%
B = 50.48%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58449F (or 0x58449F) is known color: Daisy Bush. HEX triplet: 58, 44 and 9F. RGB value is (88,68,159). Sum of RGB (Red+Green+Blue) = 88+68+159=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #58449F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58449F is #A7BB60. Grayscale: #545454. Windows color (decimal): -10992481 or 10437720. OLE color: 10437720.

HSL color Cylindrical-coordinate representation of color #58449F: hue angle of 253.19º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58449F is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 68 159 -
CMYK 0.45 0.57 0 0.38
HSL 253.19º 0.4% 0.45% -
HSV(B) 253.19º 0.57% 0.62% -
XYZ 12.35 8.71 33.83 -
YUV 84.35 170.13 130.6 -
System Red Green Blue C M Y K H S L
Decimal 88 68 159 0.45 0.57 0 0.38 253.19 0.4 0.45
Hex 58 44 9F 2D 39 0 26 FD 28 2D
Octal 130 104 237 55 71 0 46 375 50 55
Binary 1011000 1000100 10011111 101101 111001 0 100110 11111101 101000 101101

Color Harmonies of #58449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58449F

Black with #58449F

Text Example


Text Example

White with #58449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58449F; }

 p { color: rgb(88,68,159); }

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

background-color css

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

 a { background-color: rgb(88,68,159); }

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

border-color css

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

 span { border-color: rgb(88,68,159); }

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