#51307E

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

Shades of Kingfisher Daisy #51307E

Tints of Kingfisher Daisy #51307E

Color information

#51307E (or 0x51307E) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 30 and 7E. RGB value is (81,48,126). Sum of RGB (Red+Green+Blue) = 81+48+126=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #51307E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51307E is #AECF81. Grayscale: #424242. Windows color (decimal): -11456386 or 8269905. OLE color: 8269905.

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

Color convert

RGB8148126-
CMYK0.360.6200.51
HSL265.38º44.83%34.12%-
HSV(B)265.38º61.9%49.41%-
XYZ8.225.3720.34-
YUV66.76161.43138.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.76%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 126 (49.61% from 255) = 49.41%
R=31.76%
G=18.82%
B=49.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81481260.360.6200.51265.3844.8334.12
Hex51307E243E0331092d22
Octal1216017644760634115542
Binary101000111000011111101001001111100110011100001001101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51307E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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