Html Css Color HEX #582B80 Kingfisher Daisy

📋 copy color: '#582B80'

red 88 ◦ green 43 ◦ blue 128

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

Shades of Kingfisher Daisy #582B80

Tints of Kingfisher Daisy #582B80

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.6%

 BLUE value IS 128 (50.39% from 255) = 49.42%

R = 33.98%
G = 16.6%
B = 49.42%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#582B80 (or 0x582B80) is known color: Kingfisher Daisy. HEX triplet: 58, 2B and 80. RGB value is (88,43,128). Sum of RGB (Red+Green+Blue) = 88+43+128=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 128 - color contains mainly: blue. Hex color #582B80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582B80 is #A7D47F. Grayscale: #414141. Windows color (decimal): -10998912 or 8399704. OLE color: 8399704.

HSL color Cylindrical-coordinate representation of color #582B80: hue angle of 271.76º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #582B80 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 43 128 -
CMYK 0.31 0.66 0 0.50
HSL 271.76º 0.5% 0.34% -
HSV(B) 271.76º 0.66% 0.5% -
XYZ 8.78 5.36 20.99 -
YUV 66.15 162.91 143.59 -
System Red Green Blue C M Y K H S L
Decimal 88 43 128 0.31 0.66 0 0.50 271.76 0.5 0.34
Hex 58 2B 80 1F 42 0 32 110 32 22
Octal 130 53 200 37 102 0 62 420 62 42
Binary 1011000 101011 10000000 11111 1000010 0 110010 100010000 110010 100010

Color Harmonies of #582B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B80

Black with #582B80

Text Example


Text Example

White with #582B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582B80; }

 p { color: rgb(88,43,128); }

 H1.HeaderClassName
 {
   color: #582B80;
 }
 .AnyTagClassName
 {
   color: #582B80;
 }
</style>

background-color css

<style>
 a { background-color: #582B80; }

 a { background-color: rgb(88,43,128); }

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

border-color css

<style>
 span { border-color: #582B80; }

 span { border-color: rgb(88,43,128); }

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