Html Css Color HEX #521C86 Kingfisher Daisy

📋 copy color: '#521C86'

red 82 ◦ green 28 ◦ blue 134

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

Shades of Kingfisher Daisy #521C86

Tints of Kingfisher Daisy #521C86

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.48%

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

R = 33.61%
G = 11.48%
B = 54.92%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#521C86 (or 0x521C86) is known color: Kingfisher Daisy. HEX triplet: 52, 1C and 86. RGB value is (82,28,134). Sum of RGB (Red+Green+Blue) = 82+28+134=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 134 (52.73% from 255 or 54.92% from 244); Max value from RGB is 134 - color contains mainly: blue. Hex color #521C86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521C86 is #ADE379. Grayscale: #373737. Windows color (decimal): -11395962 or 8789074. OLE color: 8789074.

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

Color convert

RGB 82 28 134 -
CMYK 0.39 0.79 0 0.47
HSL 270.57º 0.65% 0.32% -
HSV(B) 270.57º 0.79% 0.53% -
XYZ 8.2 4.35 22.96 -
YUV 56.23 171.89 146.38 -
System Red Green Blue C M Y K H S L
Decimal 82 28 134 0.39 0.79 0 0.47 270.57 0.65 0.32
Hex 52 1C 86 27 4F 0 2F 10F 41 20
Octal 122 34 206 47 117 0 57 417 101 40
Binary 1010010 11100 10000110 100111 1001111 0 101111 100001111 1000001 100000

Color Harmonies of #521C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C86

Black with #521C86

Text Example


Text Example

White with #521C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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