Html Css Color HEX #522C84 Kingfisher Daisy

📋 copy color: '#522C84'

red 82 ◦ green 44 ◦ blue 132

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

Shades of Kingfisher Daisy #522C84

Tints of Kingfisher Daisy #522C84

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.05%

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

R = 31.78%
G = 17.05%
B = 51.16%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#522C84 (or 0x522C84) is known color: Kingfisher Daisy. HEX triplet: 52, 2C and 84. RGB value is (82,44,132). Sum of RGB (Red+Green+Blue) = 82+44+132=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #522C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522C84 is #ADD37B. Grayscale: #414141. Windows color (decimal): -11391868 or 8662098. OLE color: 8662098.

HSL color Cylindrical-coordinate representation of color #522C84: hue angle of 265.91º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #522C84 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 44 132 -
CMYK 0.38 0.67 0 0.48
HSL 265.91º 0.5% 0.35% -
HSV(B) 265.91º 0.67% 0.52% -
XYZ 8.55 5.26 22.39 -
YUV 65.39 165.59 139.84 -
System Red Green Blue C M Y K H S L
Decimal 82 44 132 0.38 0.67 0 0.48 265.91 0.5 0.35
Hex 52 2C 84 26 43 0 30 10A 32 23
Octal 122 54 204 46 103 0 60 412 62 43
Binary 1010010 101100 10000100 100110 1000011 0 110000 100001010 110010 100011

Color Harmonies of #522C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522C84

Black with #522C84

Text Example


Text Example

White with #522C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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