Html Css Color HEX #581C9D Daisy Bush

📋 copy color: '#581C9D'

red 88 ◦ green 28 ◦ blue 157

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

Shades of Daisy Bush #581C9D

Tints of Daisy Bush #581C9D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.26%

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

R = 32.23%
G = 10.26%
B = 57.51%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#581C9D (or 0x581C9D) is known color: Daisy Bush. HEX triplet: 58, 1C and 9D. RGB value is (88,28,157). Sum of RGB (Red+Green+Blue) = 88+28+157=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #581C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581C9D is #A7E362. Grayscale: #3C3C3C. Windows color (decimal): -11002723 or 10296408. OLE color: 10296408.

HSL color Cylindrical-coordinate representation of color #581C9D: hue angle of 267.91º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581C9D is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 28 157 -
CMYK 0.44 0.82 0 0.38
HSL 267.91º 0.7% 0.36% -
HSV(B) 267.91º 0.82% 0.62% -
XYZ 10.53 5.34 32.37 -
YUV 60.65 182.38 147.51 -
System Red Green Blue C M Y K H S L
Decimal 88 28 157 0.44 0.82 0 0.38 267.91 0.7 0.36
Hex 58 1C 9D 2C 52 0 26 10C 46 24
Octal 130 34 235 54 122 0 46 414 106 44
Binary 1011000 11100 10011101 101100 1010010 0 100110 100001100 1000110 100100

Color Harmonies of #581C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C9D

Black with #581C9D

Text Example


Text Example

White with #581C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581C9D; }

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

 H1.HeaderClassName
 {
   color: #581C9D;
 }
 .AnyTagClassName
 {
   color: #581C9D;
 }
</style>

background-color css

<style>
 a { background-color: #581C9D; }

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

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

border-color css

<style>
 span { border-color: #581C9D; }

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

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