Html Css Color HEX #522292 Kingfisher Daisy

📋 copy color: '#522292'

red 82 ◦ green 34 ◦ blue 146

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

Shades of Kingfisher Daisy #522292

Tints of Kingfisher Daisy #522292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.98%

 BLUE value IS 146 (57.42% from 255) = 55.73%

R = 31.3%
G = 12.98%
B = 55.73%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#522292 (or 0x522292) is known color: Kingfisher Daisy. HEX triplet: 52, 22 and 92. RGB value is (82,34,146). Sum of RGB (Red+Green+Blue) = 82+34+146=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #522292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522292 is #ADDD6D. Grayscale: #3C3C3C. Windows color (decimal): -11394414 or 9577042. OLE color: 9577042.

HSL color Cylindrical-coordinate representation of color #522292: hue angle of 265.71º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #522292 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 34 146 -
CMYK 0.44 0.77 0 0.43
HSL 265.71º 0.62% 0.35% -
HSV(B) 265.71º 0.77% 0.57% -
XYZ 9.24 5.01 27.67 -
YUV 61.12 175.9 142.89 -
System Red Green Blue C M Y K H S L
Decimal 82 34 146 0.44 0.77 0 0.43 265.71 0.62 0.35
Hex 52 22 92 2C 4D 0 2B 10A 3E 23
Octal 122 42 222 54 115 0 53 412 76 43
Binary 1010010 100010 10010010 101100 1001101 0 101011 100001010 111110 100011

Color Harmonies of #522292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522292

Black with #522292

Text Example


Text Example

White with #522292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522292; }

 p { color: rgb(82,34,146); }

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

background-color css

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

 a { background-color: rgb(82,34,146); }

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

border-color css

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

 span { border-color: rgb(82,34,146); }

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