Html Css Color HEX #58469B Daisy Bush

📋 copy color: '#58469B'

red 88 ◦ green 70 ◦ blue 155

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

Shades of Daisy Bush #58469B

Tints of Daisy Bush #58469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.36%

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

R = 28.12%
G = 22.36%
B = 49.52%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58469B (or 0x58469B) is known color: Daisy Bush. HEX triplet: 58, 46 and 9B. RGB value is (88,70,155). Sum of RGB (Red+Green+Blue) = 88+70+155=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #58469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58469B is #A7B964. Grayscale: #545454. Windows color (decimal): -10991973 or 10176088. OLE color: 10176088.

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

Color convert

RGB 88 70 155 -
CMYK 0.43 0.55 0 0.39
HSL 252.71º 0.38% 0.44% -
HSV(B) 252.71º 0.55% 0.61% -
XYZ 12.13 8.82 32.07 -
YUV 85.07 167.46 130.09 -
System Red Green Blue C M Y K H S L
Decimal 88 70 155 0.43 0.55 0 0.39 252.71 0.38 0.44
Hex 58 46 9B 2B 37 0 27 FD 26 2C
Octal 130 106 233 53 67 0 47 375 46 54
Binary 1011000 1000110 10011011 101011 110111 0 100111 11111101 100110 101100

Color Harmonies of #58469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58469B

Black with #58469B

Text Example


Text Example

White with #58469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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