Html Css Color HEX #523179 Kingfisher Daisy

📋 copy color: '#523179'

red 82 ◦ green 49 ◦ blue 121

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

Shades of Kingfisher Daisy #523179

Tints of Kingfisher Daisy #523179

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.44%

 BLUE value IS 121 (47.66% from 255) = 48.02%

R = 32.54%
G = 19.44%
B = 48.02%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#523179 (or 0x523179) is known color: Kingfisher Daisy. HEX triplet: 52, 31 and 79. RGB value is (82,49,121). Sum of RGB (Red+Green+Blue) = 82+49+121=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #523179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523179 is #ADCE86. Grayscale: #424242. Windows color (decimal): -11390599 or 7942482. OLE color: 7942482.

HSL color Cylindrical-coordinate representation of color #523179: hue angle of 267.5º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #523179 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 49 121 -
CMYK 0.32 0.60 0 0.53
HSL 267.5º 0.42% 0.33% -
HSV(B) 267.5º 0.6% 0.47% -
XYZ 8.03 5.37 18.7 -
YUV 67.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 82 49 121 0.32 0.60 0 0.53 267.5 0.42 0.33
Hex 52 31 79 20 3C 0 35 10C 2A 21
Octal 122 61 171 40 74 0 65 414 52 41
Binary 1010010 110001 1111001 100000 111100 0 110101 100001100 101010 100001

Color Harmonies of #523179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523179

Black with #523179

Text Example


Text Example

White with #523179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523179; }

 p { color: rgb(82,49,121); }

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

background-color css

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

 a { background-color: rgb(82,49,121); }

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

border-color css

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

 span { border-color: rgb(82,49,121); }

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