Html Css Color HEX #581A8D Kingfisher Daisy

📋 copy color: '#581A8D'

red 88 ◦ green 26 ◦ blue 141

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

Shades of Kingfisher Daisy #581A8D

Tints of Kingfisher Daisy #581A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 55.29%

R = 34.51%
G = 10.2%
B = 55.29%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#581A8D (or 0x581A8D) is known color: Kingfisher Daisy. HEX triplet: 58, 1A and 8D. RGB value is (88,26,141). Sum of RGB (Red+Green+Blue) = 88+26+141=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #581A8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581A8D is #A7E572. Grayscale: #393939. Windows color (decimal): -11003251 or 9247320. OLE color: 9247320.

HSL color Cylindrical-coordinate representation of color #581A8D: hue angle of 272.35º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581A8D is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 26 141 -
CMYK 0.38 0.82 0 0.45
HSL 272.35º 0.69% 0.33% -
HSV(B) 272.35º 0.82% 0.55% -
XYZ 9.2 4.74 25.63 -
YUV 57.65 175.04 149.65 -
System Red Green Blue C M Y K H S L
Decimal 88 26 141 0.38 0.82 0 0.45 272.35 0.69 0.33
Hex 58 1A 8D 26 52 0 2D 110 45 21
Octal 130 32 215 46 122 0 55 420 105 41
Binary 1011000 11010 10001101 100110 1010010 0 101101 100010000 1000101 100001

Color Harmonies of #581A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581A8D

Black with #581A8D

Text Example


Text Example

White with #581A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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