#51397B

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

Shades of Kingfisher Daisy #51397B

Tints of Kingfisher Daisy #51397B

Color information

#51397B (or 0x51397B) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 39 and 7B. RGB value is (81,57,123). Sum of RGB (Red+Green+Blue) = 81+57+123=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #51397B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51397B is #AEC684. Grayscale: #474747. Windows color (decimal): -11454085 or 8075601. OLE color: 8075601.

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

Color convert

RGB8157123-
CMYK0.340.5400.52
HSL261.82º36.67%35.29%-
HSV(B)261.82º53.66%48.24%-
XYZ8.436.1119.47-
YUV71.7156.95134.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.03%
GREEN value IS 57 (22.66% from 255) = 21.84%
BLUE value IS 123 (48.44% from 255) = 47.13%
R=31.03%
G=21.84%
B=47.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81571230.340.5400.52261.8236.6735.29
Hex51397B22360341062523
Octal1217117342660644064543
Binary101000111100111110111000101101100110100100000110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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