Html Css Color HEX #581D90 Kingfisher Daisy

📋 copy color: '#581D90'

red 88 ◦ green 29 ◦ blue 144

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

Shades of Kingfisher Daisy #581D90

Tints of Kingfisher Daisy #581D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.17%

R = 33.72%
G = 11.11%
B = 55.17%

CMYK

 C value IS 0.39

 M value IS 0.80

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#581D90 (or 0x581D90) is known color: Kingfisher Daisy. HEX triplet: 58, 1D and 90. RGB value is (88,29,144). Sum of RGB (Red+Green+Blue) = 88+29+144=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #581D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581D90 is #A7E26F. Grayscale: #3B3B3B. Windows color (decimal): -11002480 or 9444696. OLE color: 9444696.

HSL color Cylindrical-coordinate representation of color #581D90: hue angle of 270.78º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581D90 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 29 144 -
CMYK 0.39 0.80 0 0.44
HSL 270.78º 0.66% 0.34% -
HSV(B) 270.78º 0.8% 0.56% -
XYZ 9.5 4.97 26.84 -
YUV 59.75 175.55 148.15 -
System Red Green Blue C M Y K H S L
Decimal 88 29 144 0.39 0.80 0 0.44 270.78 0.66 0.34
Hex 58 1D 90 27 50 0 2C 10F 42 22
Octal 130 35 220 47 120 0 54 417 102 42
Binary 1011000 11101 10010000 100111 1010000 0 101100 100001111 1000010 100010

Color Harmonies of #581D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D90

Black with #581D90

Text Example


Text Example

White with #581D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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