Html Css Color HEX #522186 Kingfisher Daisy

📋 copy color: '#522186'

red 82 ◦ green 33 ◦ blue 134

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

Shades of Kingfisher Daisy #522186

Tints of Kingfisher Daisy #522186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 53.82%

R = 32.93%
G = 13.25%
B = 53.82%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#522186 (or 0x522186) is known color: Kingfisher Daisy. HEX triplet: 52, 21 and 86. RGB value is (82,33,134). Sum of RGB (Red+Green+Blue) = 82+33+134=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #522186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522186 is #ADDE79. Grayscale: #3A3A3A. Windows color (decimal): -11394682 or 8790354. OLE color: 8790354.

HSL color Cylindrical-coordinate representation of color #522186: hue angle of 269.11º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #522186 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 33 134 -
CMYK 0.39 0.75 0 0.47
HSL 269.11º 0.6% 0.33% -
HSV(B) 269.11º 0.75% 0.53% -
XYZ 8.33 4.6 23 -
YUV 59.17 170.23 144.29 -
System Red Green Blue C M Y K H S L
Decimal 82 33 134 0.39 0.75 0 0.47 269.11 0.6 0.33
Hex 52 21 86 27 4B 0 2F 10D 3C 21
Octal 122 41 206 47 113 0 57 415 74 41
Binary 1010010 100001 10000110 100111 1001011 0 101111 100001101 111100 100001

Color Harmonies of #522186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522186

Black with #522186

Text Example


Text Example

White with #522186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522186; }

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

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

background-color css

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

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

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

border-color css

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

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

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