Html Css Color HEX #581A89 Kingfisher Daisy

📋 copy color: '#581A89'

red 88 ◦ green 26 ◦ blue 137

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

Shades of Kingfisher Daisy #581A89

Tints of Kingfisher Daisy #581A89

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.36%

 BLUE value IS 137 (53.91% from 255) = 54.58%

R = 35.06%
G = 10.36%
B = 54.58%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#581A89 (or 0x581A89) is known color: Kingfisher Daisy. HEX triplet: 58, 1A and 89. RGB value is (88,26,137). Sum of RGB (Red+Green+Blue) = 88+26+137=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #581A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581A89 is #A7E576. Grayscale: #383838. Windows color (decimal): -11003255 or 8985176. OLE color: 8985176.

HSL color Cylindrical-coordinate representation of color #581A89: hue angle of 273.51º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581A89 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 26 137 -
CMYK 0.36 0.81 0 0.46
HSL 273.51º 0.68% 0.32% -
HSV(B) 273.51º 0.81% 0.54% -
XYZ 8.91 4.62 24.09 -
YUV 57.19 173.04 149.97 -
System Red Green Blue C M Y K H S L
Decimal 88 26 137 0.36 0.81 0 0.46 273.51 0.68 0.32
Hex 58 1A 89 24 51 0 2E 112 44 20
Octal 130 32 211 44 121 0 56 422 104 40
Binary 1011000 11010 10001001 100100 1010001 0 101110 100010010 1000100 100000

Color Harmonies of #581A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581A89

Black with #581A89

Text Example


Text Example

White with #581A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,26,137); }

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

background-color css

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

 a { background-color: rgb(88,26,137); }

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

border-color css

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

 span { border-color: rgb(88,26,137); }

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