Html Css Color HEX #512084 Kingfisher Daisy

📋 copy color: '#512084'

red 81 ◦ green 32 ◦ blue 132

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

Shades of Kingfisher Daisy #512084

Tints of Kingfisher Daisy #512084

RGB

 RED value IS 81 (32.03% from 255) = 33.06%

 GREEN value IS 32 (12.89% from 255) = 13.06%

 BLUE value IS 132 (51.95% from 255) = 53.88%

R = 33.06%
G = 13.06%
B = 53.88%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#512084 (or 0x512084) is known color: Kingfisher Daisy. HEX triplet: 51, 20 and 84. RGB value is (81,32,132). Sum of RGB (Red+Green+Blue) = 81+32+132=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #512084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512084 is #AEDF7B. Grayscale: #393939. Windows color (decimal): -11460476 or 8659025. OLE color: 8659025.

HSL color Cylindrical-coordinate representation of color #512084: hue angle of 269.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512084 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 32 132 -
CMYK 0.39 0.76 0 0.48
HSL 269.4º 0.61% 0.32% -
HSV(B) 269.4º 0.76% 0.52% -
XYZ 8.07 4.45 22.26 -
YUV 58.05 169.73 144.37 -
System Red Green Blue C M Y K H S L
Decimal 81 32 132 0.39 0.76 0 0.48 269.4 0.61 0.32
Hex 51 20 84 27 4C 0 30 10D 3D 20
Octal 121 40 204 47 114 0 60 415 75 40
Binary 1010001 100000 10000100 100111 1001100 0 110000 100001101 111101 100000

Color Harmonies of #512084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512084

Black with #512084

Text Example


Text Example

White with #512084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512084; }

 p { color: rgb(81,32,132); }

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

background-color css

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

 a { background-color: rgb(81,32,132); }

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

border-color css

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

 span { border-color: rgb(81,32,132); }

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