Html Css Color HEX #581C98 Kingfisher Daisy

📋 copy color: '#581C98'

red 88 ◦ green 28 ◦ blue 152

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

Shades of Kingfisher Daisy #581C98

Tints of Kingfisher Daisy #581C98

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.45%

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

R = 32.84%
G = 10.45%
B = 56.72%

CMYK

 C value IS 0.42

 M value IS 0.82

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#581C98 (or 0x581C98) is known color: Kingfisher Daisy. HEX triplet: 58, 1C and 98. RGB value is (88,28,152). Sum of RGB (Red+Green+Blue) = 88+28+152=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #581C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581C98 is #A7E367. Grayscale: #3B3B3B. Windows color (decimal): -11002728 or 9968728. OLE color: 9968728.

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

Color convert

RGB 88 28 152 -
CMYK 0.42 0.82 0 0.40
HSL 269.03º 0.69% 0.35% -
HSV(B) 269.03º 0.82% 0.6% -
XYZ 10.11 5.17 30.17 -
YUV 60.08 179.88 147.92 -
System Red Green Blue C M Y K H S L
Decimal 88 28 152 0.42 0.82 0 0.40 269.03 0.69 0.35
Hex 58 1C 98 2A 52 0 28 10D 45 23
Octal 130 34 230 52 122 0 50 415 105 43
Binary 1011000 11100 10011000 101010 1010010 0 101000 100001101 1000101 100011

Color Harmonies of #581C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C98

Black with #581C98

Text Example


Text Example

White with #581C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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