Html Css Color HEX #582182 Kingfisher Daisy

📋 copy color: '#582182'

red 88 ◦ green 33 ◦ blue 130

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

Shades of Kingfisher Daisy #582182

Tints of Kingfisher Daisy #582182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.15%

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

R = 35.06%
G = 13.15%
B = 51.79%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#582182 (or 0x582182) is known color: Kingfisher Daisy. HEX triplet: 58, 21 and 82. RGB value is (88,33,130). Sum of RGB (Red+Green+Blue) = 88+33+130=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #582182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582182 is #A7DE7D. Grayscale: #3C3C3C. Windows color (decimal): -11001470 or 8528216. OLE color: 8528216.

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

Color convert

RGB 88 33 130 -
CMYK 0.32 0.75 0 0.49
HSL 274.02º 0.6% 0.32% -
HSV(B) 274.02º 0.75% 0.51% -
XYZ 8.6 4.77 21.59 -
YUV 60.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 88 33 130 0.32 0.75 0 0.49 274.02 0.6 0.32
Hex 58 21 82 20 4B 0 31 112 3C 20
Octal 130 41 202 40 113 0 61 422 74 40
Binary 1011000 100001 10000010 100000 1001011 0 110001 100010010 111100 100000

Color Harmonies of #582182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582182

Black with #582182

Text Example


Text Example

White with #582182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582182; }

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

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

background-color css

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

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

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

border-color css

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

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

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