Html Css Color HEX #523280 Kingfisher Daisy

📋 copy color: '#523280'

red 82 ◦ green 50 ◦ blue 128

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

Shades of Kingfisher Daisy #523280

Tints of Kingfisher Daisy #523280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.23%

 BLUE value IS 128 (50.39% from 255) = 49.23%

R = 31.54%
G = 19.23%
B = 49.23%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#523280 (or 0x523280) is known color: Kingfisher Daisy. HEX triplet: 52, 32 and 80. RGB value is (82,50,128). Sum of RGB (Red+Green+Blue) = 82+50+128=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 128 - color contains mainly: blue. Hex color #523280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523280 is #ADCD7F. Grayscale: #444444. Windows color (decimal): -11390336 or 8401490. OLE color: 8401490.

HSL color Cylindrical-coordinate representation of color #523280: hue angle of 264.62º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #523280 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 50 128 -
CMYK 0.36 0.61 0 0.50
HSL 264.62º 0.44% 0.35% -
HSV(B) 264.62º 0.61% 0.5% -
XYZ 8.52 5.63 21.06 -
YUV 68.46 161.6 137.66 -
System Red Green Blue C M Y K H S L
Decimal 82 50 128 0.36 0.61 0 0.50 264.62 0.44 0.35
Hex 52 32 80 24 3D 0 32 109 2C 23
Octal 122 62 200 44 75 0 62 411 54 43
Binary 1010010 110010 10000000 100100 111101 0 110010 100001001 101100 100011

Color Harmonies of #523280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523280

Black with #523280

Text Example


Text Example

White with #523280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523280; }

 p { color: rgb(82,50,128); }

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

background-color css

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

 a { background-color: rgb(82,50,128); }

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

border-color css

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

 span { border-color: rgb(82,50,128); }

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