Html Css Color HEX #522D83 Kingfisher Daisy

📋 copy color: '#522D83'

red 82 ◦ green 45 ◦ blue 131

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

Shades of Kingfisher Daisy #522D83

Tints of Kingfisher Daisy #522D83

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.44%

 BLUE value IS 131 (51.56% from 255) = 50.78%

R = 31.78%
G = 17.44%
B = 50.78%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#522D83 (or 0x522D83) is known color: Kingfisher Daisy. HEX triplet: 52, 2D and 83. RGB value is (82,45,131). Sum of RGB (Red+Green+Blue) = 82+45+131=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #522D83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522D83 is #ADD27C. Grayscale: #414141. Windows color (decimal): -11391613 or 8596818. OLE color: 8596818.

HSL color Cylindrical-coordinate representation of color #522D83: hue angle of 265.81º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #522D83 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 45 131 -
CMYK 0.37 0.66 0 0.49
HSL 265.81º 0.49% 0.35% -
HSV(B) 265.81º 0.66% 0.51% -
XYZ 8.51 5.31 22.05 -
YUV 65.87 164.76 139.51 -
System Red Green Blue C M Y K H S L
Decimal 82 45 131 0.37 0.66 0 0.49 265.81 0.49 0.35
Hex 52 2D 83 25 42 0 31 10A 31 23
Octal 122 55 203 45 102 0 61 412 61 43
Binary 1010010 101101 10000011 100101 1000010 0 110001 100001010 110001 100011

Color Harmonies of #522D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522D83

Black with #522D83

Text Example


Text Example

White with #522D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,45,131); }

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

background-color css

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

 a { background-color: rgb(82,45,131); }

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

border-color css

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

 span { border-color: rgb(82,45,131); }

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