Html Css Color HEX #523D79 Kingfisher Daisy

📋 copy color: '#523D79'

red 82 ◦ green 61 ◦ blue 121

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

Shades of Kingfisher Daisy #523D79

Tints of Kingfisher Daisy #523D79

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.11%

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

R = 31.06%
G = 23.11%
B = 45.83%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#523D79 (or 0x523D79) is known color: Kingfisher Daisy. HEX triplet: 52, 3D and 79. RGB value is (82,61,121). Sum of RGB (Red+Green+Blue) = 82+61+121=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 121 - color contains mainly: blue. Hex color #523D79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523D79 is #ADC286. Grayscale: #494949. Windows color (decimal): -11387527 or 7945554. OLE color: 7945554.

HSL color Cylindrical-coordinate representation of color #523D79: hue angle of 261º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #523D79 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 61 121 -
CMYK 0.32 0.50 0 0.53
HSL 261º 0.33% 0.36% -
HSV(B) 261º 0.5% 0.47% -
XYZ 8.6 6.51 18.89 -
YUV 74.12 154.46 133.62 -
System Red Green Blue C M Y K H S L
Decimal 82 61 121 0.32 0.50 0 0.53 261 0.33 0.36
Hex 52 3D 79 20 32 0 35 105 21 24
Octal 122 75 171 40 62 0 65 405 41 44
Binary 1010010 111101 1111001 100000 110010 0 110101 100000101 100001 100100

Color Harmonies of #523D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D79

Black with #523D79

Text Example


Text Example

White with #523D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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