Html Css Color HEX #581C88 Kingfisher Daisy

📋 copy color: '#581C88'

red 88 ◦ green 28 ◦ blue 136

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

Shades of Kingfisher Daisy #581C88

Tints of Kingfisher Daisy #581C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.97%

R = 34.92%
G = 11.11%
B = 53.97%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#581C88 (or 0x581C88) is known color: Kingfisher Daisy. HEX triplet: 58, 1C and 88. RGB value is (88,28,136). Sum of RGB (Red+Green+Blue) = 88+28+136=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #581C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581C88 is #A7E377. Grayscale: #393939. Windows color (decimal): -11002744 or 8920152. OLE color: 8920152.

HSL color Cylindrical-coordinate representation of color #581C88: hue angle of 273.33º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #581C88 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 28 136 -
CMYK 0.35 0.79 0 0.47
HSL 273.33º 0.66% 0.32% -
HSV(B) 273.33º 0.79% 0.53% -
XYZ 8.88 4.68 23.73 -
YUV 58.25 171.88 149.22 -
System Red Green Blue C M Y K H S L
Decimal 88 28 136 0.35 0.79 0 0.47 273.33 0.66 0.32
Hex 58 1C 88 23 4F 0 2F 111 42 20
Octal 130 34 210 43 117 0 57 421 102 40
Binary 1011000 11100 10001000 100011 1001111 0 101111 100010001 1000010 100000

Color Harmonies of #581C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C88

Black with #581C88

Text Example


Text Example

White with #581C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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