Html Css Color HEX #523880 Kingfisher Daisy

📋 copy color: '#523880'

red 82 ◦ green 56 ◦ blue 128

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

Shades of Kingfisher Daisy #523880

Tints of Kingfisher Daisy #523880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.05%

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

R = 30.83%
G = 21.05%
B = 48.12%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#523880 (or 0x523880) is known color: Kingfisher Daisy. HEX triplet: 52, 38 and 80. RGB value is (82,56,128). Sum of RGB (Red+Green+Blue) = 82+56+128=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #523880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523880 is #ADC77F. Grayscale: #474747. Windows color (decimal): -11388800 or 8403026. OLE color: 8403026.

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

Color convert

RGB 82 56 128 -
CMYK 0.36 0.56 0 0.50
HSL 261.67º 0.39% 0.36% -
HSV(B) 261.67º 0.56% 0.5% -
XYZ 8.79 6.18 21.15 -
YUV 71.98 159.61 135.15 -
System Red Green Blue C M Y K H S L
Decimal 82 56 128 0.36 0.56 0 0.50 261.67 0.39 0.36
Hex 52 38 80 24 38 0 32 106 27 24
Octal 122 70 200 44 70 0 62 406 47 44
Binary 1010010 111000 10000000 100100 111000 0 110010 100000110 100111 100100

Color Harmonies of #523880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523880

Black with #523880

Text Example


Text Example

White with #523880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523880; }

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

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

background-color css

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

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

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

border-color css

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

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

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