Html Css Color HEX #522C8B Kingfisher Daisy

📋 copy color: '#522C8B'

red 82 ◦ green 44 ◦ blue 139

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

Shades of Kingfisher Daisy #522C8B

Tints of Kingfisher Daisy #522C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 52.45%

R = 30.94%
G = 16.6%
B = 52.45%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#522C8B (or 0x522C8B) is known color: Kingfisher Daisy. HEX triplet: 52, 2C and 8B. RGB value is (82,44,139). Sum of RGB (Red+Green+Blue) = 82+44+139=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #522C8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522C8B is #ADD374. Grayscale: #414141. Windows color (decimal): -11391861 or 9120850. OLE color: 9120850.

HSL color Cylindrical-coordinate representation of color #522C8B: hue angle of 264º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #522C8B is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 44 139 -
CMYK 0.41 0.68 0 0.45
HSL 264º 0.52% 0.36% -
HSV(B) 264º 0.68% 0.55% -
XYZ 9.04 5.46 25 -
YUV 66.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 82 44 139 0.41 0.68 0 0.45 264 0.52 0.36
Hex 52 2C 8B 29 44 0 2D 108 34 24
Octal 122 54 213 51 104 0 55 410 64 44
Binary 1010010 101100 10001011 101001 1000100 0 101101 100001000 110100 100100

Color Harmonies of #522C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522C8B

Black with #522C8B

Text Example


Text Example

White with #522C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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