Html Css Color HEX #521C9A Kingfisher Daisy

📋 copy color: '#521C9A'

red 82 ◦ green 28 ◦ blue 154

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

Shades of Kingfisher Daisy #521C9A

Tints of Kingfisher Daisy #521C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 58.33%

R = 31.06%
G = 10.61%
B = 58.33%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#521C9A (or 0x521C9A) is known color: Kingfisher Daisy. HEX triplet: 52, 1C and 9A. RGB value is (82,28,154). Sum of RGB (Red+Green+Blue) = 82+28+154=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 154 (60.55% from 255 or 58.33% from 264); Max value from RGB is 154 - color contains mainly: blue. Hex color #521C9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521C9A is #ADE365. Grayscale: #3A3A3A. Windows color (decimal): -11395942 or 10099794. OLE color: 10099794.

HSL color Cylindrical-coordinate representation of color #521C9A: hue angle of 265.71º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #521C9A is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 28 154 -
CMYK 0.47 0.82 0 0.40
HSL 265.71º 0.69% 0.36% -
HSV(B) 265.71º 0.82% 0.6% -
XYZ 9.73 4.96 31.02 -
YUV 58.51 181.89 144.75 -
System Red Green Blue C M Y K H S L
Decimal 82 28 154 0.47 0.82 0 0.40 265.71 0.69 0.36
Hex 52 1C 9A 2F 52 0 28 10A 45 24
Octal 122 34 232 57 122 0 50 412 105 44
Binary 1010010 11100 10011010 101111 1010010 0 101000 100001010 1000101 100100

Color Harmonies of #521C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C9A

Black with #521C9A

Text Example


Text Example

White with #521C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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