Html Css Color HEX #521D83 Kingfisher Daisy

📋 copy color: '#521D83'

red 82 ◦ green 29 ◦ blue 131

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

Shades of Kingfisher Daisy #521D83

Tints of Kingfisher Daisy #521D83

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.98%

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

R = 33.88%
G = 11.98%
B = 54.13%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#521D83 (or 0x521D83) is known color: Kingfisher Daisy. HEX triplet: 52, 1D and 83. RGB value is (82,29,131). Sum of RGB (Red+Green+Blue) = 82+29+131=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #521D83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521D83 is #ADE27C. Grayscale: #383838. Windows color (decimal): -11395709 or 8592722. OLE color: 8592722.

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

Color convert

RGB 82 29 131 -
CMYK 0.37 0.78 0 0.49
HSL 271.18º 0.64% 0.31% -
HSV(B) 271.18º 0.78% 0.51% -
XYZ 8.02 4.31 21.88 -
YUV 56.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 82 29 131 0.37 0.78 0 0.49 271.18 0.64 0.31
Hex 52 1D 83 25 4E 0 31 10F 40 1F
Octal 122 35 203 45 116 0 61 417 100 37
Binary 1010010 11101 10000011 100101 1001110 0 110001 100001111 1000000 11111

Color Harmonies of #521D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D83

Black with #521D83

Text Example


Text Example

White with #521D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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