#54268C

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

Shades of Kingfisher Daisy #54268C

Tints of Kingfisher Daisy #54268C

Color information

#54268C (or 0x54268C) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 26 and 8C. RGB value is (84,38,140). Sum of RGB (Red+Green+Blue) = 84+38+140=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #54268C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54268C is #ABD973. Grayscale: #3F3F3F. Windows color (decimal): -11262324 or 9184852. OLE color: 9184852.

HSL color Cylindrical-coordinate representation of color #54268C: hue angle of 267.06º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54268C is Cyan = 0.4, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8438140-
CMYK0.40.7300.45
HSL267.06º57.3%34.9%-
HSV(B)267.06º72.86%54.9%-
XYZ9.085.1625.33-
YUV63.38171.24142.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.06%
GREEN value IS 38 (15.23% from 255) = 14.50%
BLUE value IS 140 (55.08% from 255) = 53.44%
R=32.06%
G=14.50%
B=53.44%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84381400.40.7300.45267.0657.334.9
Hex54268C284902D10b3923
Octal12446214501110554137143
Binary10101001001101000110010100010010010101101100001011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54268C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54268C; }

 p { color: rgb(84,38,140); }

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

<style>
 a { background-color: #54268C; }

 a { background-color: rgb(84,38,140); }

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

<style>
 span { border-color: #54268C; }

 span { border-color: rgb(84,38,140); }

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