Html Css Color HEX #522086 Kingfisher Daisy

📋 copy color: '#522086'

red 82 ◦ green 32 ◦ blue 134

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

Shades of Kingfisher Daisy #522086

Tints of Kingfisher Daisy #522086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.9%

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

R = 33.06%
G = 12.9%
B = 54.03%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#522086 (or 0x522086) is known color: Kingfisher Daisy. HEX triplet: 52, 20 and 86. RGB value is (82,32,134). Sum of RGB (Red+Green+Blue) = 82+32+134=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #522086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522086 is #ADDF79. Grayscale: #3A3A3A. Windows color (decimal): -11394938 or 8790098. OLE color: 8790098.

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

Color convert

RGB 82 32 134 -
CMYK 0.39 0.76 0 0.47
HSL 269.41º 0.61% 0.33% -
HSV(B) 269.41º 0.76% 0.53% -
XYZ 8.3 4.55 22.99 -
YUV 58.58 170.57 144.71 -
System Red Green Blue C M Y K H S L
Decimal 82 32 134 0.39 0.76 0 0.47 269.41 0.61 0.33
Hex 52 20 86 27 4C 0 2F 10D 3D 21
Octal 122 40 206 47 114 0 57 415 75 41
Binary 1010010 100000 10000110 100111 1001100 0 101111 100001101 111101 100001

Color Harmonies of #522086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522086

Black with #522086

Text Example


Text Example

White with #522086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522086; }

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

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

background-color css

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

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

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

border-color css

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

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

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