Html Css Color HEX #582880 Kingfisher Daisy

📋 copy color: '#582880'

red 88 ◦ green 40 ◦ blue 128

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

Shades of Kingfisher Daisy #582880

Tints of Kingfisher Daisy #582880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.63%

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

R = 34.38%
G = 15.63%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#582880 (or 0x582880) is known color: Kingfisher Daisy. HEX triplet: 58, 28 and 80. RGB value is (88,40,128). Sum of RGB (Red+Green+Blue) = 88+40+128=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #582880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582880 is #A7D77F. Grayscale: #404040. Windows color (decimal): -10999680 or 8398936. OLE color: 8398936.

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

Color convert

RGB 88 40 128 -
CMYK 0.31 0.69 0 0.50
HSL 272.73º 0.52% 0.33% -
HSV(B) 272.73º 0.69% 0.5% -
XYZ 8.68 5.15 20.96 -
YUV 64.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 88 40 128 0.31 0.69 0 0.50 272.73 0.52 0.33
Hex 58 28 80 1F 45 0 32 111 34 21
Octal 130 50 200 37 105 0 62 421 64 41
Binary 1011000 101000 10000000 11111 1000101 0 110010 100010001 110100 100001

Color Harmonies of #582880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582880

Black with #582880

Text Example


Text Example

White with #582880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582880; }

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

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

background-color css

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

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

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

border-color css

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

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

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