#56267B

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

Shades of Kingfisher Daisy #56267B

Tints of Kingfisher Daisy #56267B

Color information

#56267B (or 0x56267B) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 26 and 7B. RGB value is (86,38,123). Sum of RGB (Red+Green+Blue) = 86+38+123=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #56267B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56267B is #A9D984. Grayscale: #3D3D3D. Windows color (decimal): -11131269 or 8070742. OLE color: 8070742.

HSL color Cylindrical-coordinate representation of color #56267B: hue angle of 273.88º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56267B is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8638123-
CMYK0.300.6900.52
HSL273.88º52.8%31.57%-
HSV(B)273.88º69.11%48.24%-
XYZ8.114.7919.24-
YUV62.04162.4145.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 38 (15.23% from 255) = 15.38%
BLUE value IS 123 (48.44% from 255) = 49.80%
R=34.82%
G=15.38%
B=49.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86381230.300.6900.52273.8852.831.57
Hex56267B1E450341123520
Octal12646173361050644226540
Binary101011010011011110111111010001010110100100010010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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