#51357B

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

Shades of Kingfisher Daisy #51357B

Tints of Kingfisher Daisy #51357B

Color information

#51357B (or 0x51357B) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 35 and 7B. RGB value is (81,53,123). Sum of RGB (Red+Green+Blue) = 81+53+123=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #51357B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51357B is #AECA84. Grayscale: #454545. Windows color (decimal): -11455109 or 8074577. OLE color: 8074577.

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

Color convert

RGB8153123-
CMYK0.340.5700.52
HSL264º39.77%34.51%-
HSV(B)264º56.91%48.24%-
XYZ8.245.7319.41-
YUV69.35158.28136.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.52%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 123 (48.44% from 255) = 47.86%
R=31.52%
G=20.62%
B=47.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81531230.340.5700.5226439.7734.51
Hex51357B22390341082823
Octal1216517342710644105043
Binary101000111010111110111000101110010110100100001000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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