Html Css Color HEX #523882 Kingfisher Daisy

📋 copy color: '#523882'

red 82 ◦ green 56 ◦ blue 130

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

Shades of Kingfisher Daisy #523882

Tints of Kingfisher Daisy #523882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.51%

R = 30.6%
G = 20.9%
B = 48.51%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#523882 (or 0x523882) is known color: Kingfisher Daisy. HEX triplet: 52, 38 and 82. RGB value is (82,56,130). Sum of RGB (Red+Green+Blue) = 82+56+130=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #523882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523882 is #ADC77D. Grayscale: #474747. Windows color (decimal): -11388798 or 8534098. OLE color: 8534098.

HSL color Cylindrical-coordinate representation of color #523882: hue angle of 261.08º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #523882 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 56 130 -
CMYK 0.37 0.57 0 0.49
HSL 261.08º 0.4% 0.36% -
HSV(B) 261.08º 0.57% 0.51% -
XYZ 8.92 6.23 21.85 -
YUV 72.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 82 56 130 0.37 0.57 0 0.49 261.08 0.4 0.36
Hex 52 38 82 25 39 0 31 105 28 24
Octal 122 70 202 45 71 0 61 405 50 44
Binary 1010010 111000 10000010 100101 111001 0 110001 100000101 101000 100100

Color Harmonies of #523882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523882

Black with #523882

Text Example


Text Example

White with #523882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523882; }

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

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

background-color css

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

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

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

border-color css

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

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

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