Html Css Color HEX #522E8E Kingfisher Daisy

📋 copy color: '#522E8E'

red 82 ◦ green 46 ◦ blue 142

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

Shades of Kingfisher Daisy #522E8E

Tints of Kingfisher Daisy #522E8E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.04%

 BLUE value IS 142 (55.86% from 255) = 52.59%

R = 30.37%
G = 17.04%
B = 52.59%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#522E8E (or 0x522E8E) is known color: Kingfisher Daisy. HEX triplet: 52, 2E and 8E. RGB value is (82,46,142). Sum of RGB (Red+Green+Blue) = 82+46+142=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #522E8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522E8E is #ADD171. Grayscale: #434343. Windows color (decimal): -11391346 or 9317970. OLE color: 9317970.

HSL color Cylindrical-coordinate representation of color #522E8E: hue angle of 262.5º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #522E8E is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 46 142 -
CMYK 0.42 0.68 0 0.44
HSL 262.5º 0.51% 0.37% -
HSV(B) 262.5º 0.68% 0.56% -
XYZ 9.34 5.7 26.2 -
YUV 67.71 169.93 138.19 -
System Red Green Blue C M Y K H S L
Decimal 82 46 142 0.42 0.68 0 0.44 262.5 0.51 0.37
Hex 52 2E 8E 2A 44 0 2C 106 33 25
Octal 122 56 216 52 104 0 54 406 63 45
Binary 1010010 101110 10001110 101010 1000100 0 101100 100000110 110011 100101

Color Harmonies of #522E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522E8E

Black with #522E8E

Text Example


Text Example

White with #522E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522E8E; }

 p { color: rgb(82,46,142); }

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

background-color css

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

 a { background-color: rgb(82,46,142); }

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

border-color css

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

 span { border-color: rgb(82,46,142); }

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