Html Css Color HEX #523086 Kingfisher Daisy

📋 copy color: '#523086'

red 82 ◦ green 48 ◦ blue 134

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

Shades of Kingfisher Daisy #523086

Tints of Kingfisher Daisy #523086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

 BLUE value IS 134 (52.73% from 255) = 50.76%

R = 31.06%
G = 18.18%
B = 50.76%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#523086 (or 0x523086) is known color: Kingfisher Daisy. HEX triplet: 52, 30 and 86. RGB value is (82,48,134). Sum of RGB (Red+Green+Blue) = 82+48+134=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #523086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523086 is #ADCF79. Grayscale: #434343. Windows color (decimal): -11390842 or 8794194. OLE color: 8794194.

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

Color convert

RGB 82 48 134 -
CMYK 0.39 0.64 0 0.47
HSL 263.72º 0.47% 0.36% -
HSV(B) 263.72º 0.64% 0.53% -
XYZ 8.84 5.63 23.17 -
YUV 67.97 165.26 138.01 -
System Red Green Blue C M Y K H S L
Decimal 82 48 134 0.39 0.64 0 0.47 263.72 0.47 0.36
Hex 52 30 86 27 40 0 2F 108 2F 24
Octal 122 60 206 47 100 0 57 410 57 44
Binary 1010010 110000 10000110 100111 1000000 0 101111 100001000 101111 100100

Color Harmonies of #523086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523086

Black with #523086

Text Example


Text Example

White with #523086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523086; }

 p { color: rgb(82,48,134); }

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

background-color css

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

 a { background-color: rgb(82,48,134); }

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

border-color css

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

 span { border-color: rgb(82,48,134); }

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