Html Css Color HEX #581A9A Kingfisher Daisy

📋 copy color: '#581A9A'

red 88 ◦ green 26 ◦ blue 154

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

Shades of Kingfisher Daisy #581A9A

Tints of Kingfisher Daisy #581A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 57.46%

R = 32.84%
G = 9.7%
B = 57.46%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#581A9A (or 0x581A9A) is known color: Kingfisher Daisy. HEX triplet: 58, 1A and 9A. RGB value is (88,26,154). Sum of RGB (Red+Green+Blue) = 88+26+154=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #581A9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581A9A is #A7E565. Grayscale: #3A3A3A. Windows color (decimal): -11003238 or 10099288. OLE color: 10099288.

HSL color Cylindrical-coordinate representation of color #581A9A: hue angle of 269.06º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581A9A is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 26 154 -
CMYK 0.43 0.83 0 0.40
HSL 269.06º 0.71% 0.35% -
HSV(B) 269.06º 0.83% 0.6% -
XYZ 10.23 5.15 31.03 -
YUV 59.13 181.54 148.59 -
System Red Green Blue C M Y K H S L
Decimal 88 26 154 0.43 0.83 0 0.40 269.06 0.71 0.35
Hex 58 1A 9A 2B 53 0 28 10D 47 23
Octal 130 32 232 53 123 0 50 415 107 43
Binary 1011000 11010 10011010 101011 1010011 0 101000 100001101 1000111 100011

Color Harmonies of #581A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581A9A

Black with #581A9A

Text Example


Text Example

White with #581A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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