#51317B

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

Shades of Kingfisher Daisy #51317B

Tints of Kingfisher Daisy #51317B

Color information

#51317B (or 0x51317B) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 31 and 7B. RGB value is (81,49,123). Sum of RGB (Red+Green+Blue) = 81+49+123=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #51317B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51317B is #AECE84. Grayscale: #424242. Windows color (decimal): -11456133 or 8073553. OLE color: 8073553.

HSL color Cylindrical-coordinate representation of color #51317B: hue angle of 265.95º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51317B is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8149123-
CMYK0.340.6000.52
HSL265.95º43.02%33.73%-
HSV(B)265.95º60.16%48.24%-
XYZ8.075.3819.35-
YUV67159.6137.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.02%
GREEN value IS 49 (19.53% from 255) = 19.37%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=32.02%
G=19.37%
B=48.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81491230.340.6000.52265.9543.0233.73
Hex51317B223C03410a2b22
Octal1216117342740644125342
Binary101000111000111110111000101111000110100100001010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51317B; }

 p { color: rgb(81,49,123); }

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

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

 a { background-color: rgb(81,49,123); }

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

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

 span { border-color: rgb(81,49,123); }

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