#56417A

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

Shades of Kingfisher Daisy #56417A

Tints of Kingfisher Daisy #56417A

Color information

#56417A (or 0x56417A) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 41 and 7A. RGB value is (86,65,122). Sum of RGB (Red+Green+Blue) = 86+65+122=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #56417A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56417A is #A9BE85. Grayscale: #4D4D4D. Windows color (decimal): -11124358 or 8012118. OLE color: 8012118.

HSL color Cylindrical-coordinate representation of color #56417A: hue angle of 262.11º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56417A is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8665122-
CMYK0.300.4700.52
HSL262.11º30.48%36.67%-
HSV(B)262.11º46.72%47.84%-
XYZ9.247.1619.31-
YUV77.78152.96133.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 122 (48.05% from 255) = 44.69%
R=31.50%
G=23.81%
B=44.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86651220.300.4700.52262.1130.4836.67
Hex56417A1E2F0341061e25
Octal12610117236570644063645
Binary10101101000001111101011110101111011010010000011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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