Html Css Color HEX #58438D Daisy Bush

📋 copy color: '#58438D'

red 88 ◦ green 67 ◦ blue 141

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

Shades of Daisy Bush #58438D

Tints of Daisy Bush #58438D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.64%

R = 29.73%
G = 22.64%
B = 47.64%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58438D (or 0x58438D) is known color: Daisy Bush. HEX triplet: 58, 43 and 8D. RGB value is (88,67,141). Sum of RGB (Red+Green+Blue) = 88+67+141=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #58438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58438D is #A7BC72. Grayscale: #515151. Windows color (decimal): -10992755 or 9257816. OLE color: 9257816.

HSL color Cylindrical-coordinate representation of color #58438D: hue angle of 257.03º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58438D is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 67 141 -
CMYK 0.38 0.52 0 0.45
HSL 257.03º 0.36% 0.41% -
HSV(B) 257.03º 0.52% 0.55% -
XYZ 10.84 8.01 26.17 -
YUV 81.72 161.46 132.48 -
System Red Green Blue C M Y K H S L
Decimal 88 67 141 0.38 0.52 0 0.45 257.03 0.36 0.41
Hex 58 43 8D 26 34 0 2D 101 24 29
Octal 130 103 215 46 64 0 55 401 44 51
Binary 1011000 1000011 10001101 100110 110100 0 101101 100000001 100100 101001

Color Harmonies of #58438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58438D

Black with #58438D

Text Example


Text Example

White with #58438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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