Html Css Color HEX #581C87 Kingfisher Daisy

📋 copy color: '#581C87'

red 88 ◦ green 28 ◦ blue 135

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

Shades of Kingfisher Daisy #581C87

Tints of Kingfisher Daisy #581C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 53.78%

R = 35.06%
G = 11.16%
B = 53.78%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#581C87 (or 0x581C87) is known color: Kingfisher Daisy. HEX triplet: 58, 1C and 87. RGB value is (88,28,135). Sum of RGB (Red+Green+Blue) = 88+28+135=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 135 (53.12% from 255 or 53.78% from 251); Max value from RGB is 135 - color contains mainly: blue. Hex color #581C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581C87 is #A7E378. Grayscale: #393939. Windows color (decimal): -11002745 or 8854616. OLE color: 8854616.

HSL color Cylindrical-coordinate representation of color #581C87: hue angle of 273.64º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #581C87 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 28 135 -
CMYK 0.35 0.79 0 0.47
HSL 273.64º 0.66% 0.32% -
HSV(B) 273.64º 0.79% 0.53% -
XYZ 8.81 4.65 23.36 -
YUV 58.14 171.38 149.3 -
System Red Green Blue C M Y K H S L
Decimal 88 28 135 0.35 0.79 0 0.47 273.64 0.66 0.32
Hex 58 1C 87 23 4F 0 2F 112 42 20
Octal 130 34 207 43 117 0 57 422 102 40
Binary 1011000 11100 10000111 100011 1001111 0 101111 100010010 1000010 100000

Color Harmonies of #581C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C87

Black with #581C87

Text Example


Text Example

White with #581C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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