Html Css Color HEX #522C88 Kingfisher Daisy

📋 copy color: '#522C88'

red 82 ◦ green 44 ◦ blue 136

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

Shades of Kingfisher Daisy #522C88

Tints of Kingfisher Daisy #522C88

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.79%

 BLUE value IS 136 (53.52% from 255) = 51.91%

R = 31.3%
G = 16.79%
B = 51.91%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#522C88 (or 0x522C88) is known color: Kingfisher Daisy. HEX triplet: 52, 2C and 88. RGB value is (82,44,136). Sum of RGB (Red+Green+Blue) = 82+44+136=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #522C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522C88 is #ADD377. Grayscale: #414141. Windows color (decimal): -11391864 or 8924242. OLE color: 8924242.

HSL color Cylindrical-coordinate representation of color #522C88: hue angle of 264.78º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #522C88 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 44 136 -
CMYK 0.40 0.68 0 0.47
HSL 264.78º 0.51% 0.35% -
HSV(B) 264.78º 0.68% 0.53% -
XYZ 8.82 5.37 23.86 -
YUV 65.85 167.59 139.52 -
System Red Green Blue C M Y K H S L
Decimal 82 44 136 0.40 0.68 0 0.47 264.78 0.51 0.35
Hex 52 2C 88 28 44 0 2F 109 33 23
Octal 122 54 210 50 104 0 57 411 63 43
Binary 1010010 101100 10001000 101000 1000100 0 101111 100001001 110011 100011

Color Harmonies of #522C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522C88

Black with #522C88

Text Example


Text Example

White with #522C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,44,136); }

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

background-color css

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

 a { background-color: rgb(82,44,136); }

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

border-color css

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

 span { border-color: rgb(82,44,136); }

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