Html Css Color HEX #58368B Daisy Bush

📋 copy color: '#58368B'

red 88 ◦ green 54 ◦ blue 139

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

Shades of Daisy Bush #58368B

Tints of Daisy Bush #58368B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.22%

 BLUE value IS 139 (54.69% from 255) = 49.47%

R = 31.32%
G = 19.22%
B = 49.47%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58368B (or 0x58368B) is known color: Daisy Bush. HEX triplet: 58, 36 and 8B. RGB value is (88,54,139). Sum of RGB (Red+Green+Blue) = 88+54+139=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #58368B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58368B is #A7C974. Grayscale: #494949. Windows color (decimal): -10996085 or 9123416. OLE color: 9123416.

HSL color Cylindrical-coordinate representation of color #58368B: hue angle of 264º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58368B is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 54 139 -
CMYK 0.37 0.61 0 0.45
HSL 264º 0.44% 0.38% -
HSV(B) 264º 0.61% 0.55% -
XYZ 10 6.58 25.17 -
YUV 73.86 164.76 138.09 -
System Red Green Blue C M Y K H S L
Decimal 88 54 139 0.37 0.61 0 0.45 264 0.44 0.38
Hex 58 36 8B 25 3D 0 2D 108 2C 26
Octal 130 66 213 45 75 0 55 410 54 46
Binary 1011000 110110 10001011 100101 111101 0 101101 100001000 101100 100110

Color Harmonies of #58368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58368B

Black with #58368B

Text Example


Text Example

White with #58368B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,54,139); }

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

background-color css

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

 a { background-color: rgb(88,54,139); }

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

border-color css

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

 span { border-color: rgb(88,54,139); }

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