Html Css Color HEX #522886 Kingfisher Daisy

📋 copy color: '#522886'

red 82 ◦ green 40 ◦ blue 134

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

Shades of Kingfisher Daisy #522886

Tints of Kingfisher Daisy #522886

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.63%

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

R = 32.03%
G = 15.63%
B = 52.34%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#522886 (or 0x522886) is known color: Kingfisher Daisy. HEX triplet: 52, 28 and 86. RGB value is (82,40,134). Sum of RGB (Red+Green+Blue) = 82+40+134=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #522886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522886 is #ADD779. Grayscale: #3E3E3E. Windows color (decimal): -11392890 or 8792146. OLE color: 8792146.

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

Color convert

RGB 82 40 134 -
CMYK 0.39 0.70 0 0.47
HSL 266.81º 0.54% 0.34% -
HSV(B) 266.81º 0.7% 0.53% -
XYZ 8.54 5.03 23.08 -
YUV 63.27 167.91 141.36 -
System Red Green Blue C M Y K H S L
Decimal 82 40 134 0.39 0.70 0 0.47 266.81 0.54 0.34
Hex 52 28 86 27 46 0 2F 10B 36 22
Octal 122 50 206 47 106 0 57 413 66 42
Binary 1010010 101000 10000110 100111 1000110 0 101111 100001011 110110 100010

Color Harmonies of #522886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522886

Black with #522886

Text Example


Text Example

White with #522886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522886; }

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

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

background-color css

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

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

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

border-color css

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

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

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