Html Css Color HEX #512B80 Kingfisher Daisy

📋 copy color: '#512B80'

red 81 ◦ green 43 ◦ blue 128

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

Shades of Kingfisher Daisy #512B80

Tints of Kingfisher Daisy #512B80

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.06%

 BLUE value IS 128 (50.39% from 255) = 50.79%

R = 32.14%
G = 17.06%
B = 50.79%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#512B80 (or 0x512B80) is known color: Kingfisher Daisy. HEX triplet: 51, 2B and 80. RGB value is (81,43,128). Sum of RGB (Red+Green+Blue) = 81+43+128=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #512B80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512B80 is #AED47F. Grayscale: #3F3F3F. Windows color (decimal): -11457664 or 8399697. OLE color: 8399697.

HSL color Cylindrical-coordinate representation of color #512B80: hue angle of 266.82º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #512B80 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 43 128 -
CMYK 0.37 0.66 0 0.50
HSL 266.82º 0.5% 0.34% -
HSV(B) 266.82º 0.66% 0.5% -
XYZ 8.15 5.04 20.96 -
YUV 64.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 81 43 128 0.37 0.66 0 0.50 266.82 0.5 0.34
Hex 51 2B 80 25 42 0 32 10B 32 22
Octal 121 53 200 45 102 0 62 413 62 42
Binary 1010001 101011 10000000 100101 1000010 0 110010 100001011 110010 100010

Color Harmonies of #512B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512B80

Black with #512B80

Text Example


Text Example

White with #512B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512B80; }

 p { color: rgb(81,43,128); }

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

background-color css

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

 a { background-color: rgb(81,43,128); }

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

border-color css

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

 span { border-color: rgb(81,43,128); }

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