Html Css Color HEX #522184 Kingfisher Daisy

📋 copy color: '#522184'

red 82 ◦ green 33 ◦ blue 132

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

Shades of Kingfisher Daisy #522184

Tints of Kingfisher Daisy #522184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.44%

R = 33.2%
G = 13.36%
B = 53.44%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#522184 (or 0x522184) is known color: Kingfisher Daisy. HEX triplet: 52, 21 and 84. RGB value is (82,33,132). Sum of RGB (Red+Green+Blue) = 82+33+132=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #522184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522184 is #ADDE7B. Grayscale: #3A3A3A. Windows color (decimal): -11394684 or 8659282. OLE color: 8659282.

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

Color convert

RGB 82 33 132 -
CMYK 0.38 0.75 0 0.48
HSL 269.7º 0.6% 0.32% -
HSV(B) 269.7º 0.75% 0.52% -
XYZ 8.19 4.55 22.28 -
YUV 58.94 169.23 144.45 -
System Red Green Blue C M Y K H S L
Decimal 82 33 132 0.38 0.75 0 0.48 269.7 0.6 0.32
Hex 52 21 84 26 4B 0 30 10E 3C 20
Octal 122 41 204 46 113 0 60 416 74 40
Binary 1010010 100001 10000100 100110 1001011 0 110000 100001110 111100 100000

Color Harmonies of #522184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522184

Black with #522184

Text Example


Text Example

White with #522184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522184; }

 p { color: rgb(82,33,132); }

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

background-color css

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

 a { background-color: rgb(82,33,132); }

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

border-color css

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

 span { border-color: rgb(82,33,132); }

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