Html Css Color HEX #58439B Daisy Bush

📋 copy color: '#58439B'

red 88 ◦ green 67 ◦ blue 155

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

Shades of Daisy Bush #58439B

Tints of Daisy Bush #58439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.61%

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

R = 28.39%
G = 21.61%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58439B (or 0x58439B) is known color: Daisy Bush. HEX triplet: 58, 43 and 9B. RGB value is (88,67,155). Sum of RGB (Red+Green+Blue) = 88+67+155=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #58439B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58439B is #A7BC64. Grayscale: #525252. Windows color (decimal): -10992741 or 10175320. OLE color: 10175320.

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

Color convert

RGB 88 67 155 -
CMYK 0.43 0.57 0 0.39
HSL 254.32º 0.4% 0.44% -
HSV(B) 254.32º 0.57% 0.61% -
XYZ 11.95 8.46 32.01 -
YUV 83.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 88 67 155 0.43 0.57 0 0.39 254.32 0.4 0.44
Hex 58 43 9B 2B 39 0 27 FE 28 2C
Octal 130 103 233 53 71 0 47 376 50 54
Binary 1011000 1000011 10011011 101011 111001 0 100111 11111110 101000 101100

Color Harmonies of #58439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58439B

Black with #58439B

Text Example


Text Example

White with #58439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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