Html Css Color HEX #58439C Daisy Bush

📋 copy color: '#58439C'

red 88 ◦ green 67 ◦ blue 156

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

Shades of Daisy Bush #58439C

Tints of Daisy Bush #58439C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.16%

R = 28.3%
G = 21.54%
B = 50.16%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58439C (or 0x58439C) is known color: Daisy Bush. HEX triplet: 58, 43 and 9C. RGB value is (88,67,156). Sum of RGB (Red+Green+Blue) = 88+67+156=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #58439C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58439C is #A7BC63. Grayscale: #535353. Windows color (decimal): -10992740 or 10240856. OLE color: 10240856.

HSL color Cylindrical-coordinate representation of color #58439C: hue angle of 254.16º 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 #58439C is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 67 156 -
CMYK 0.44 0.57 0 0.39
HSL 254.16º 0.4% 0.44% -
HSV(B) 254.16º 0.57% 0.61% -
XYZ 12.03 8.49 32.46 -
YUV 83.43 168.96 131.26 -
System Red Green Blue C M Y K H S L
Decimal 88 67 156 0.44 0.57 0 0.39 254.16 0.4 0.44
Hex 58 43 9C 2C 39 0 27 FE 28 2C
Octal 130 103 234 54 71 0 47 376 50 54
Binary 1011000 1000011 10011100 101100 111001 0 100111 11111110 101000 101100

Color Harmonies of #58439C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58439C

Black with #58439C

Text Example


Text Example

White with #58439C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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