Html Css Color HEX #521C99 Kingfisher Daisy

📋 copy color: '#521C99'

red 82 ◦ green 28 ◦ blue 153

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

Shades of Kingfisher Daisy #521C99

Tints of Kingfisher Daisy #521C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 58.17%

R = 31.18%
G = 10.65%
B = 58.17%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#521C99 (or 0x521C99) is known color: Kingfisher Daisy. HEX triplet: 52, 1C and 99. RGB value is (82,28,153). Sum of RGB (Red+Green+Blue) = 82+28+153=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #521C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521C99 is #ADE366. Grayscale: #393939. Windows color (decimal): -11395943 or 10034258. OLE color: 10034258.

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

Color convert

RGB 82 28 153 -
CMYK 0.46 0.82 0 0.4
HSL 265.92º 0.69% 0.35% -
HSV(B) 265.92º 0.82% 0.6% -
XYZ 9.64 4.92 30.58 -
YUV 58.4 181.39 144.84 -
System Red Green Blue C M Y K H S L
Decimal 82 28 153 0.46 0.82 0 0.4 265.92 0.69 0.35
Hex 52 1C 99 2E 52 0 28 10A 45 23
Octal 122 34 231 56 122 0 50 412 105 43
Binary 1010010 11100 10011001 101110 1010010 0 101000 100001010 1000101 100011

Color Harmonies of #521C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C99

Black with #521C99

Text Example


Text Example

White with #521C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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