Html Css Color HEX #58388E Daisy Bush

📋 copy color: '#58388E'

red 88 ◦ green 56 ◦ blue 142

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

Shades of Daisy Bush #58388E

Tints of Daisy Bush #58388E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.58%

 BLUE value IS 142 (55.86% from 255) = 49.65%

R = 30.77%
G = 19.58%
B = 49.65%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#58388E (or 0x58388E) is known color: Daisy Bush. HEX triplet: 58, 38 and 8E. RGB value is (88,56,142). Sum of RGB (Red+Green+Blue) = 88+56+142=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #58388E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58388E is #A7C771. Grayscale: #4B4B4B. Windows color (decimal): -10995570 or 9320536. OLE color: 9320536.

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

Color convert

RGB 88 56 142 -
CMYK 0.38 0.61 0 0.44
HSL 262.33º 0.43% 0.39% -
HSV(B) 262.33º 0.61% 0.56% -
XYZ 10.32 6.86 26.37 -
YUV 75.37 165.6 137.01 -
System Red Green Blue C M Y K H S L
Decimal 88 56 142 0.38 0.61 0 0.44 262.33 0.43 0.39
Hex 58 38 8E 26 3D 0 2C 106 2B 27
Octal 130 70 216 46 75 0 54 406 53 47
Binary 1011000 111000 10001110 100110 111101 0 101100 100000110 101011 100111

Color Harmonies of #58388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58388E

Black with #58388E

Text Example


Text Example

White with #58388E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58388E; }

 p { color: rgb(88,56,142); }

 H1.HeaderClassName
 {
   color: #58388E;
 }
 .AnyTagClassName
 {
   color: #58388E;
 }
</style>

background-color css

<style>
 a { background-color: #58388E; }

 a { background-color: rgb(88,56,142); }

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

border-color css

<style>
 span { border-color: #58388E; }

 span { border-color: rgb(88,56,142); }

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