Html Css Color HEX #523C7C Kingfisher Daisy

📋 copy color: '#523C7C'

red 82 ◦ green 60 ◦ blue 124

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

Shades of Kingfisher Daisy #523C7C

Tints of Kingfisher Daisy #523C7C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.56%

 BLUE value IS 124 (48.83% from 255) = 46.62%

R = 30.83%
G = 22.56%
B = 46.62%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#523C7C (or 0x523C7C) is known color: Kingfisher Daisy. HEX triplet: 52, 3C and 7C. RGB value is (82,60,124). Sum of RGB (Red+Green+Blue) = 82+60+124=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #523C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523C7C is #ADC383. Grayscale: #494949. Windows color (decimal): -11387780 or 8141906. OLE color: 8141906.

HSL color Cylindrical-coordinate representation of color #523C7C: hue angle of 260.62º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #523C7C is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 60 124 -
CMYK 0.34 0.52 0 0.51
HSL 260.63º 0.35% 0.36% -
HSV(B) 260.63º 0.52% 0.49% -
XYZ 8.73 6.48 19.86 -
YUV 73.87 156.29 133.8 -
System Red Green Blue C M Y K H S L
Decimal 82 60 124 0.34 0.52 0 0.51 260.63 0.35 0.36
Hex 52 3C 7C 22 34 0 33 105 23 24
Octal 122 74 174 42 64 0 63 405 43 44
Binary 1010010 111100 1111100 100010 110100 0 110011 100000101 100011 100100

Color Harmonies of #523C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C7C

Black with #523C7C

Text Example


Text Example

White with #523C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,60,124); }

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

background-color css

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

 a { background-color: rgb(82,60,124); }

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

border-color css

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

 span { border-color: rgb(82,60,124); }

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