Html Css Color HEX #58269D Daisy Bush

📋 copy color: '#58269D'

red 88 ◦ green 38 ◦ blue 157

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

Shades of Daisy Bush #58269D

Tints of Daisy Bush #58269D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

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

R = 31.1%
G = 13.43%
B = 55.48%

CMYK

 C value IS 0.44

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58269D (or 0x58269D) is known color: Daisy Bush. HEX triplet: 58, 26 and 9D. RGB value is (88,38,157). Sum of RGB (Red+Green+Blue) = 88+38+157=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #58269D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58269D is #A7D962. Grayscale: #424242. Windows color (decimal): -11000163 or 10298968. OLE color: 10298968.

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

Color convert

RGB 88 38 157 -
CMYK 0.44 0.76 0 0.38
HSL 265.21º 0.61% 0.38% -
HSV(B) 265.21º 0.76% 0.62% -
XYZ 10.8 5.9 32.47 -
YUV 66.52 179.07 143.32 -
System Red Green Blue C M Y K H S L
Decimal 88 38 157 0.44 0.76 0 0.38 265.21 0.61 0.38
Hex 58 26 9D 2C 4C 0 26 109 3D 26
Octal 130 46 235 54 114 0 46 411 75 46
Binary 1011000 100110 10011101 101100 1001100 0 100110 100001001 111101 100110

Color Harmonies of #58269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58269D

Black with #58269D

Text Example


Text Example

White with #58269D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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