Html Css Color HEX #58368D Daisy Bush

📋 copy color: '#58368D'

red 88 ◦ green 54 ◦ blue 141

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

Shades of Daisy Bush #58368D

Tints of Daisy Bush #58368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.08%

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

R = 31.1%
G = 19.08%
B = 49.82%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58368D (or 0x58368D) is known color: Daisy Bush. HEX triplet: 58, 36 and 8D. RGB value is (88,54,141). Sum of RGB (Red+Green+Blue) = 88+54+141=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #58368D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58368D is #A7C972. Grayscale: #494949. Windows color (decimal): -10996083 or 9254488. OLE color: 9254488.

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

Color convert

RGB 88 54 141 -
CMYK 0.38 0.62 0 0.45
HSL 263.45º 0.45% 0.38% -
HSV(B) 263.45º 0.62% 0.55% -
XYZ 10.15 6.64 25.95 -
YUV 74.08 165.76 137.93 -
System Red Green Blue C M Y K H S L
Decimal 88 54 141 0.38 0.62 0 0.45 263.45 0.45 0.38
Hex 58 36 8D 26 3E 0 2D 107 2D 26
Octal 130 66 215 46 76 0 55 407 55 46
Binary 1011000 110110 10001101 100110 111110 0 101101 100000111 101101 100110

Color Harmonies of #58368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58368D

Black with #58368D

Text Example


Text Example

White with #58368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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