Html Css Color HEX #522082 Kingfisher Daisy

📋 copy color: '#522082'

red 82 ◦ green 32 ◦ blue 130

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

Shades of Kingfisher Daisy #522082

Tints of Kingfisher Daisy #522082

RGB

 RED value IS 82 (32.42% from 255) = 33.61%

 GREEN value IS 32 (12.89% from 255) = 13.11%

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

R = 33.61%
G = 13.11%
B = 53.28%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#522082 (or 0x522082) is known color: Kingfisher Daisy. HEX triplet: 52, 20 and 82. RGB value is (82,32,130). Sum of RGB (Red+Green+Blue) = 82+32+130=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #522082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522082 is #ADDF7D. Grayscale: #393939. Windows color (decimal): -11394942 or 8527954. OLE color: 8527954.

HSL color Cylindrical-coordinate representation of color #522082: hue angle of 270.61º 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 #522082 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 32 130 -
CMYK 0.37 0.75 0 0.49
HSL 270.61º 0.6% 0.32% -
HSV(B) 270.61º 0.75% 0.51% -
XYZ 8.03 4.44 21.55 -
YUV 58.12 168.57 145.03 -
System Red Green Blue C M Y K H S L
Decimal 82 32 130 0.37 0.75 0 0.49 270.61 0.6 0.32
Hex 52 20 82 25 4B 0 31 10F 3C 20
Octal 122 40 202 45 113 0 61 417 74 40
Binary 1010010 100000 10000010 100101 1001011 0 110001 100001111 111100 100000

Color Harmonies of #522082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522082

Black with #522082

Text Example


Text Example

White with #522082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522082; }

 p { color: rgb(82,32,130); }

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

background-color css

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

 a { background-color: rgb(82,32,130); }

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

border-color css

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

 span { border-color: rgb(82,32,130); }

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