Html Css Color HEX #58239B Daisy Bush

📋 copy color: '#58239B'

red 88 ◦ green 35 ◦ blue 155

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

Shades of Daisy Bush #58239B

Tints of Daisy Bush #58239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.59%

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

R = 31.65%
G = 12.59%
B = 55.76%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58239B (or 0x58239B) is known color: Daisy Bush. HEX triplet: 58, 23 and 9B. RGB value is (88,35,155). Sum of RGB (Red+Green+Blue) = 88+35+155=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #58239B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58239B is #A7DC64. Grayscale: #404040. Windows color (decimal): -11000933 or 10167128. OLE color: 10167128.

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

Color convert

RGB 88 35 155 -
CMYK 0.43 0.77 0 0.39
HSL 266.5º 0.63% 0.37% -
HSV(B) 266.5º 0.77% 0.61% -
XYZ 10.54 5.64 31.54 -
YUV 64.53 179.06 144.74 -
System Red Green Blue C M Y K H S L
Decimal 88 35 155 0.43 0.77 0 0.39 266.5 0.63 0.37
Hex 58 23 9B 2B 4D 0 27 10A 3F 25
Octal 130 43 233 53 115 0 47 412 77 45
Binary 1011000 100011 10011011 101011 1001101 0 100111 100001010 111111 100101

Color Harmonies of #58239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58239B

Black with #58239B

Text Example


Text Example

White with #58239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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