#51307C

Color #51307C Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #51307C

Tints of Kingfisher Daisy #51307C

Color information

#51307C (or 0x51307C) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 30 and 7C. RGB value is (81,48,124). Sum of RGB (Red+Green+Blue) = 81+48+124=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #51307C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51307C is #AECF83. Grayscale: #424242. Windows color (decimal): -11456388 or 8138833. OLE color: 8138833.

HSL color Cylindrical-coordinate representation of color #51307C: hue angle of 266.05º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51307C is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8148124-
CMYK0.350.6100.51
HSL266.05º44.19%33.73%-
HSV(B)266.05º61.29%48.63%-
XYZ8.095.3219.67-
YUV66.53160.43138.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.02%
GREEN value IS 48 (19.14% from 255) = 18.97%
BLUE value IS 124 (48.83% from 255) = 49.01%
R=32.02%
G=18.97%
B=49.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81481240.350.6100.51266.0544.1933.73
Hex51307C233D03310a2c22
Octal1216017443750634125442
Binary101000111000011111001000111111010110011100001010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51307C; }

 p { color: rgb(81,48,124); }

 H1.HeaderClassName
 {
   color: #51307C;
 }
 .AnyTagClassName
 {
   color: #51307C;
 }
</style>
background-color css

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

 a { background-color: rgb(81,48,124); }

 div.DivClassName
 {
   background-color: #51307C;
 }
 .BgClassName
 {
   background-color: #51307C;
 }
</style>
border-color css

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

 span { border-color: rgb(81,48,124); }

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