Html Css Color HEX #522095 Kingfisher Daisy

📋 copy color: '#522095'

red 82 ◦ green 32 ◦ blue 149

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

Shades of Kingfisher Daisy #522095

Tints of Kingfisher Daisy #522095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.65%

R = 31.18%
G = 12.17%
B = 56.65%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#522095 (or 0x522095) is known color: Kingfisher Daisy. HEX triplet: 52, 20 and 95. RGB value is (82,32,149). Sum of RGB (Red+Green+Blue) = 82+32+149=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #522095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522095 is #ADDF6A. Grayscale: #3B3B3B. Windows color (decimal): -11394923 or 9773138. OLE color: 9773138.

HSL color Cylindrical-coordinate representation of color #522095: hue angle of 265.64º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #522095 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 32 149 -
CMYK 0.45 0.79 0 0.42
HSL 265.64º 0.65% 0.35% -
HSV(B) 265.64º 0.79% 0.58% -
XYZ 9.42 5 28.9 -
YUV 60.29 178.07 143.49 -
System Red Green Blue C M Y K H S L
Decimal 82 32 149 0.45 0.79 0 0.42 265.64 0.65 0.35
Hex 52 20 95 2D 4F 0 2A 10A 41 23
Octal 122 40 225 55 117 0 52 412 101 43
Binary 1010010 100000 10010101 101101 1001111 0 101010 100001010 1000001 100011

Color Harmonies of #522095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522095

Black with #522095

Text Example


Text Example

White with #522095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522095; }

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

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

background-color css

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

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

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

border-color css

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

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

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