Html Css Color HEX #581D80 Kingfisher Daisy

📋 copy color: '#581D80'

red 88 ◦ green 29 ◦ blue 128

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

Shades of Kingfisher Daisy #581D80

Tints of Kingfisher Daisy #581D80

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.84%

 BLUE value IS 128 (50.39% from 255) = 52.24%

R = 35.92%
G = 11.84%
B = 52.24%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#581D80 (or 0x581D80) is known color: Kingfisher Daisy. HEX triplet: 58, 1D and 80. RGB value is (88,29,128). Sum of RGB (Red+Green+Blue) = 88+29+128=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #581D80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581D80 is #A7E27F. Grayscale: #393939. Windows color (decimal): -11002496 or 8396120. OLE color: 8396120.

HSL color Cylindrical-coordinate representation of color #581D80: hue angle of 275.76º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581D80 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 29 128 -
CMYK 0.31 0.77 0 0.50
HSL 275.76º 0.63% 0.31% -
HSV(B) 275.76º 0.77% 0.5% -
XYZ 8.36 4.51 20.85 -
YUV 57.93 167.55 149.45 -
System Red Green Blue C M Y K H S L
Decimal 88 29 128 0.31 0.77 0 0.50 275.76 0.63 0.31
Hex 58 1D 80 1F 4D 0 32 114 3F 1F
Octal 130 35 200 37 115 0 62 424 77 37
Binary 1011000 11101 10000000 11111 1001101 0 110010 100010100 111111 11111

Color Harmonies of #581D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D80

Black with #581D80

Text Example


Text Example

White with #581D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,29,128); }

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

background-color css

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

 a { background-color: rgb(88,29,128); }

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

border-color css

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

 span { border-color: rgb(88,29,128); }

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