Html Css Color HEX #58299B Daisy Bush

📋 copy color: '#58299B'

red 88 ◦ green 41 ◦ blue 155

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

Shades of Daisy Bush #58299B

Tints of Daisy Bush #58299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.44%

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

R = 30.99%
G = 14.44%
B = 54.58%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58299B (or 0x58299B) is known color: Daisy Bush. HEX triplet: 58, 29 and 9B. RGB value is (88,41,155). Sum of RGB (Red+Green+Blue) = 88+41+155=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #58299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58299B is #A7D664. Grayscale: #434343. Windows color (decimal): -10999397 or 10168664. OLE color: 10168664.

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

Color convert

RGB 88 41 155 -
CMYK 0.43 0.74 0 0.39
HSL 264.74º 0.58% 0.38% -
HSV(B) 264.74º 0.74% 0.61% -
XYZ 10.73 6.03 31.61 -
YUV 68.05 177.07 142.23 -
System Red Green Blue C M Y K H S L
Decimal 88 41 155 0.43 0.74 0 0.39 264.74 0.58 0.38
Hex 58 29 9B 2B 4A 0 27 109 3A 26
Octal 130 51 233 53 112 0 47 411 72 46
Binary 1011000 101001 10011011 101011 1001010 0 100111 100001001 111010 100110

Color Harmonies of #58299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58299B

Black with #58299B

Text Example


Text Example

White with #58299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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