Html Css Color HEX #58299C Daisy Bush

📋 copy color: '#58299C'

red 88 ◦ green 41 ◦ blue 156

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

Shades of Daisy Bush #58299C

Tints of Daisy Bush #58299C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 54.74%

R = 30.88%
G = 14.39%
B = 54.74%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58299C (or 0x58299C) is known color: Daisy Bush. HEX triplet: 58, 29 and 9C. RGB value is (88,41,156). Sum of RGB (Red+Green+Blue) = 88+41+156=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #58299C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58299C is #A7D663. Grayscale: #434343. Windows color (decimal): -10999396 or 10234200. OLE color: 10234200.

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

Color convert

RGB 88 41 156 -
CMYK 0.44 0.74 0 0.39
HSL 264.52º 0.58% 0.39% -
HSV(B) 264.52º 0.74% 0.61% -
XYZ 10.82 6.06 32.05 -
YUV 68.16 177.57 142.15 -
System Red Green Blue C M Y K H S L
Decimal 88 41 156 0.44 0.74 0 0.39 264.52 0.58 0.39
Hex 58 29 9C 2C 4A 0 27 109 3A 27
Octal 130 51 234 54 112 0 47 411 72 47
Binary 1011000 101001 10011100 101100 1001010 0 100111 100001001 111010 100111

Color Harmonies of #58299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58299C

Black with #58299C

Text Example


Text Example

White with #58299C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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