#56257B

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

Shades of Kingfisher Daisy #56257B

Tints of Kingfisher Daisy #56257B

Color information

#56257B (or 0x56257B) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 25 and 7B. RGB value is (86,37,123). Sum of RGB (Red+Green+Blue) = 86+37+123=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #56257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56257B is #A9DA84. Grayscale: #3D3D3D. Windows color (decimal): -11131525 or 8070486. OLE color: 8070486.

HSL color Cylindrical-coordinate representation of color #56257B: hue angle of 274.19º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56257B is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8637123-
CMYK0.300.7000.52
HSL274.19º53.75%31.37%-
HSV(B)274.19º69.92%48.24%-
XYZ8.074.7319.23-
YUV61.45162.73145.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 37 (14.84% from 255) = 15.04%
BLUE value IS 123 (48.44% from 255) = 50%
R=34.96%
G=15.04%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86371230.300.7000.52274.1953.7531.37
Hex56257B1E46034112361f
Octal12645173361060644226637
Binary10101101001011111011111101000110011010010001001011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,37,123); }

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

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

 a { background-color: rgb(86,37,123); }

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

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

 span { border-color: rgb(86,37,123); }

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