Html Css Color HEX #522986 Kingfisher Daisy

📋 copy color: '#522986'

red 82 ◦ green 41 ◦ blue 134

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

Shades of Kingfisher Daisy #522986

Tints of Kingfisher Daisy #522986

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.95%

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

R = 31.91%
G = 15.95%
B = 52.14%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#522986 (or 0x522986) is known color: Kingfisher Daisy. HEX triplet: 52, 29 and 86. RGB value is (82,41,134). Sum of RGB (Red+Green+Blue) = 82+41+134=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #522986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522986 is #ADD679. Grayscale: #3F3F3F. Windows color (decimal): -11392634 or 8792402. OLE color: 8792402.

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

Color convert

RGB 82 41 134 -
CMYK 0.39 0.69 0 0.47
HSL 266.45º 0.53% 0.34% -
HSV(B) 266.45º 0.69% 0.53% -
XYZ 8.58 5.1 23.09 -
YUV 63.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 82 41 134 0.39 0.69 0 0.47 266.45 0.53 0.34
Hex 52 29 86 27 45 0 2F 10A 35 22
Octal 122 51 206 47 105 0 57 412 65 42
Binary 1010010 101001 10000110 100111 1000101 0 101111 100001010 110101 100010

Color Harmonies of #522986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522986

Black with #522986

Text Example


Text Example

White with #522986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522986; }

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

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

background-color css

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

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

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

border-color css

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

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

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