Html Css Color HEX #582882 Kingfisher Daisy

📋 copy color: '#582882'

red 88 ◦ green 40 ◦ blue 130

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

Shades of Kingfisher Daisy #582882

Tints of Kingfisher Daisy #582882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 50.39%

R = 34.11%
G = 15.5%
B = 50.39%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#582882 (or 0x582882) is known color: Kingfisher Daisy. HEX triplet: 58, 28 and 82. RGB value is (88,40,130). Sum of RGB (Red+Green+Blue) = 88+40+130=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #582882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582882 is #A7D77D. Grayscale: #404040. Windows color (decimal): -10999678 or 8530008. OLE color: 8530008.

HSL color Cylindrical-coordinate representation of color #582882: hue angle of 272º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #582882 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 40 130 -
CMYK 0.32 0.69 0 0.49
HSL 272º 0.53% 0.33% -
HSV(B) 272º 0.69% 0.51% -
XYZ 8.81 5.2 21.66 -
YUV 64.61 164.9 144.68 -
System Red Green Blue C M Y K H S L
Decimal 88 40 130 0.32 0.69 0 0.49 272 0.53 0.33
Hex 58 28 82 20 45 0 31 110 35 21
Octal 130 50 202 40 105 0 61 420 65 41
Binary 1011000 101000 10000010 100000 1000101 0 110001 100010000 110101 100001

Color Harmonies of #582882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582882

Black with #582882

Text Example


Text Example

White with #582882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582882; }

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

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

background-color css

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

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

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

border-color css

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

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

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