#55267E

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

Shades of Kingfisher Daisy #55267E

Tints of Kingfisher Daisy #55267E

Color information

#55267E (or 0x55267E) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 26 and 7E. RGB value is (85,38,126). Sum of RGB (Red+Green+Blue) = 85+38+126=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #55267E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55267E is #AAD981. Grayscale: #3D3D3D. Windows color (decimal): -11196802 or 8267349. OLE color: 8267349.

HSL color Cylindrical-coordinate representation of color #55267E: hue angle of 272.05º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55267E is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8538126-
CMYK0.330.7000.51
HSL272.05º53.66%32.16%-
HSV(B)272.05º69.84%49.41%-
XYZ8.214.8220.24-
YUV62.08164.07144.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 38 (15.23% from 255) = 15.26%
BLUE value IS 126 (49.61% from 255) = 50.60%
R=34.14%
G=15.26%
B=50.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85381260.330.7000.51272.0553.6632.16
Hex55267E21460331103620
Octal12546176411060634206640
Binary1010101100110111111010000110001100110011100010000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55267E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55267E; }

 p { color: rgb(85,38,126); }

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

<style>
 a { background-color: #55267E; }

 a { background-color: rgb(85,38,126); }

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

<style>
 span { border-color: #55267E; }

 span { border-color: rgb(85,38,126); }

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