Html Css Color HEX #522294 Kingfisher Daisy

📋 copy color: '#522294'

red 82 ◦ green 34 ◦ blue 148

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

Shades of Kingfisher Daisy #522294

Tints of Kingfisher Daisy #522294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.06%

R = 31.06%
G = 12.88%
B = 56.06%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#522294 (or 0x522294) is known color: Kingfisher Daisy. HEX triplet: 52, 22 and 94. RGB value is (82,34,148). Sum of RGB (Red+Green+Blue) = 82+34+148=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #522294 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522294 is #ADDD6B. Grayscale: #3C3C3C. Windows color (decimal): -11394412 or 9708114. OLE color: 9708114.

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

Color convert

RGB 82 34 148 -
CMYK 0.45 0.77 0 0.42
HSL 265.26º 0.63% 0.36% -
HSV(B) 265.26º 0.77% 0.58% -
XYZ 9.4 5.08 28.5 -
YUV 61.35 176.9 142.73 -
System Red Green Blue C M Y K H S L
Decimal 82 34 148 0.45 0.77 0 0.42 265.26 0.63 0.36
Hex 52 22 94 2D 4D 0 2A 109 3F 24
Octal 122 42 224 55 115 0 52 411 77 44
Binary 1010010 100010 10010100 101101 1001101 0 101010 100001001 111111 100100

Color Harmonies of #522294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522294

Black with #522294

Text Example


Text Example

White with #522294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522294; }

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

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

background-color css

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

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

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

border-color css

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

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

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