Html Css Color HEX #581A98 Kingfisher Daisy

📋 copy color: '#581A98'

red 88 ◦ green 26 ◦ blue 152

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

Shades of Kingfisher Daisy #581A98

Tints of Kingfisher Daisy #581A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 57.14%

R = 33.08%
G = 9.77%
B = 57.14%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#581A98 (or 0x581A98) is known color: Kingfisher Daisy. HEX triplet: 58, 1A and 98. RGB value is (88,26,152). Sum of RGB (Red+Green+Blue) = 88+26+152=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #581A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581A98 is #A7E567. Grayscale: #3A3A3A. Windows color (decimal): -11003240 or 9968216. OLE color: 9968216.

HSL color Cylindrical-coordinate representation of color #581A98: hue angle of 269.52º 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 #581A98 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 26 152 -
CMYK 0.42 0.83 0 0.40
HSL 269.52º 0.71% 0.35% -
HSV(B) 269.52º 0.83% 0.6% -
XYZ 10.06 5.08 30.16 -
YUV 58.9 180.54 148.75 -
System Red Green Blue C M Y K H S L
Decimal 88 26 152 0.42 0.83 0 0.40 269.52 0.71 0.35
Hex 58 1A 98 2A 53 0 28 10E 47 23
Octal 130 32 230 52 123 0 50 416 107 43
Binary 1011000 11010 10011000 101010 1010011 0 101000 100001110 1000111 100011

Color Harmonies of #581A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581A98

Black with #581A98

Text Example


Text Example

White with #581A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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