#56257A

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

Shades of Kingfisher Daisy #56257A

Tints of Kingfisher Daisy #56257A

Color information

#56257A (or 0x56257A) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 25 and 7A. RGB value is (86,37,122). Sum of RGB (Red+Green+Blue) = 86+37+122=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #56257A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56257A is #A9DA85. Grayscale: #3D3D3D. Windows color (decimal): -11131526 or 8004950. OLE color: 8004950.

HSL color Cylindrical-coordinate representation of color #56257A: hue angle of 274.59º degrees, saturation: 0.53, 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 #56257A is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8637122-
CMYK0.300.7000.52
HSL274.59º53.46%31.18%-
HSV(B)274.59º69.67%47.84%-
XYZ8.014.7118.9-
YUV61.34162.23145.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.10%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 122 (48.05% from 255) = 49.80%
R=35.10%
G=15.10%
B=49.80%

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
Decimal86371220.300.7000.52274.5953.4631.18
Hex56257A1E46034113351f
Octal12645172361060644236537
Binary10101101001011111010111101000110011010010001001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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