Html Css Color HEX #521B88 Kingfisher Daisy

📋 copy color: '#521B88'

red 82 ◦ green 27 ◦ blue 136

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

Shades of Kingfisher Daisy #521B88

Tints of Kingfisher Daisy #521B88

RGB

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

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

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

R = 33.47%
G = 11.02%
B = 55.51%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#521B88 (or 0x521B88) is known color: Kingfisher Daisy. HEX triplet: 52, 1B and 88. RGB value is (82,27,136). Sum of RGB (Red+Green+Blue) = 82+27+136=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #521B88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521B88 is #ADE477. Grayscale: #373737. Windows color (decimal): -11396216 or 8919890. OLE color: 8919890.

HSL color Cylindrical-coordinate representation of color #521B88: hue angle of 270.28º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521B88 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 27 136 -
CMYK 0.40 0.80 0 0.47
HSL 270.28º 0.67% 0.32% -
HSV(B) 270.28º 0.8% 0.53% -
XYZ 8.32 4.36 23.69 -
YUV 55.87 173.22 146.64 -
System Red Green Blue C M Y K H S L
Decimal 82 27 136 0.40 0.80 0 0.47 270.28 0.67 0.32
Hex 52 1B 88 28 50 0 2F 10E 43 20
Octal 122 33 210 50 120 0 57 416 103 40
Binary 1010010 11011 10001000 101000 1010000 0 101111 100001110 1000011 100000

Color Harmonies of #521B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B88

Black with #521B88

Text Example


Text Example

White with #521B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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