Html Css Color HEX #523379 Kingfisher Daisy

📋 copy color: '#523379'

red 82 ◦ green 51 ◦ blue 121

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

Shades of Kingfisher Daisy #523379

Tints of Kingfisher Daisy #523379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.08%

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

R = 32.28%
G = 20.08%
B = 47.64%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#523379 (or 0x523379) is known color: Kingfisher Daisy. HEX triplet: 52, 33 and 79. RGB value is (82,51,121). Sum of RGB (Red+Green+Blue) = 82+51+121=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 121 - color contains mainly: blue. Hex color #523379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523379 is #ADCC86. Grayscale: #444444. Windows color (decimal): -11390087 or 7942994. OLE color: 7942994.

HSL color Cylindrical-coordinate representation of color #523379: hue angle of 266.57º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #523379 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 51 121 -
CMYK 0.32 0.58 0 0.53
HSL 266.57º 0.41% 0.34% -
HSV(B) 266.57º 0.58% 0.47% -
XYZ 8.11 5.54 18.73 -
YUV 68.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 82 51 121 0.32 0.58 0 0.53 266.57 0.41 0.34
Hex 52 33 79 20 3A 0 35 10B 29 22
Octal 122 63 171 40 72 0 65 413 51 42
Binary 1010010 110011 1111001 100000 111010 0 110101 100001011 101001 100010

Color Harmonies of #523379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523379

Black with #523379

Text Example


Text Example

White with #523379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523379; }

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

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

background-color css

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

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

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

border-color css

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

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

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