Html Css Color HEX #521C87 Kingfisher Daisy

📋 copy color: '#521C87'

red 82 ◦ green 28 ◦ blue 135

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

Shades of Kingfisher Daisy #521C87

Tints of Kingfisher Daisy #521C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 55.1%

R = 33.47%
G = 11.43%
B = 55.1%

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

#521C87 (or 0x521C87) is known color: Kingfisher Daisy. HEX triplet: 52, 1C and 87. RGB value is (82,28,135). Sum of RGB (Red+Green+Blue) = 82+28+135=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #521C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521C87 is #ADE378. Grayscale: #373737. Windows color (decimal): -11395961 or 8854610. OLE color: 8854610.

HSL color Cylindrical-coordinate representation of color #521C87: hue angle of 270.28º degrees, saturation: 0.66, 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 #521C87 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 28 135 -
CMYK 0.39 0.79 0 0.47
HSL 270.28º 0.66% 0.32% -
HSV(B) 270.28º 0.79% 0.53% -
XYZ 8.27 4.37 23.33 -
YUV 56.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 82 28 135 0.39 0.79 0 0.47 270.28 0.66 0.32
Hex 52 1C 87 27 4F 0 2F 10E 42 20
Octal 122 34 207 47 117 0 57 416 102 40
Binary 1010010 11100 10000111 100111 1001111 0 101111 100001110 1000010 100000

Color Harmonies of #521C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C87

Black with #521C87

Text Example


Text Example

White with #521C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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