Html Css Color HEX #521B85 Kingfisher Daisy

📋 copy color: '#521B85'

red 82 ◦ green 27 ◦ blue 133

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

Shades of Kingfisher Daisy #521B85

Tints of Kingfisher Daisy #521B85

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.16%

 BLUE value IS 133 (52.34% from 255) = 54.96%

R = 33.88%
G = 11.16%
B = 54.96%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#521B85 (or 0x521B85) is known color: Kingfisher Daisy. HEX triplet: 52, 1B and 85. RGB value is (82,27,133). Sum of RGB (Red+Green+Blue) = 82+27+133=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #521B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521B85 is #ADE47A. Grayscale: #373737. Windows color (decimal): -11396219 or 8723282. OLE color: 8723282.

HSL color Cylindrical-coordinate representation of color #521B85: hue angle of 271.13º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521B85 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 27 133 -
CMYK 0.38 0.80 0 0.48
HSL 271.13º 0.66% 0.31% -
HSV(B) 271.13º 0.8% 0.52% -
XYZ 8.11 4.27 22.59 -
YUV 55.53 171.72 146.88 -
System Red Green Blue C M Y K H S L
Decimal 82 27 133 0.38 0.80 0 0.48 271.13 0.66 0.31
Hex 52 1B 85 26 50 0 30 10F 42 1F
Octal 122 33 205 46 120 0 60 417 102 37
Binary 1010010 11011 10000101 100110 1010000 0 110000 100001111 1000010 11111

Color Harmonies of #521B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B85

Black with #521B85

Text Example


Text Example

White with #521B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,27,133); }

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

background-color css

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

 a { background-color: rgb(82,27,133); }

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

border-color css

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

 span { border-color: rgb(82,27,133); }

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