Html Css Color HEX #58339D Daisy Bush

📋 copy color: '#58339D'

red 88 ◦ green 51 ◦ blue 157

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

Shades of Daisy Bush #58339D

Tints of Daisy Bush #58339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.23%

 BLUE value IS 157 (61.72% from 255) = 53.04%

R = 29.73%
G = 17.23%
B = 53.04%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58339D (or 0x58339D) is known color: Daisy Bush. HEX triplet: 58, 33 and 9D. RGB value is (88,51,157). Sum of RGB (Red+Green+Blue) = 88+51+157=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #58339D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58339D is #A7CC62. Grayscale: #494949. Windows color (decimal): -10996835 or 10302296. OLE color: 10302296.

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

Color convert

RGB 88 51 157 -
CMYK 0.44 0.68 0 0.38
HSL 260.94º 0.51% 0.41% -
HSV(B) 260.94º 0.68% 0.62% -
XYZ 11.29 6.88 32.63 -
YUV 74.15 174.76 137.88 -
System Red Green Blue C M Y K H S L
Decimal 88 51 157 0.44 0.68 0 0.38 260.94 0.51 0.41
Hex 58 33 9D 2C 44 0 26 105 33 29
Octal 130 63 235 54 104 0 46 405 63 51
Binary 1011000 110011 10011101 101100 1000100 0 100110 100000101 110011 101001

Color Harmonies of #58339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58339D

Black with #58339D

Text Example


Text Example

White with #58339D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,51,157); }

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

background-color css

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

 a { background-color: rgb(88,51,157); }

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

border-color css

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

 span { border-color: rgb(88,51,157); }

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