#53268E

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

Shades of Kingfisher Daisy #53268E

Tints of Kingfisher Daisy #53268E

Color information

#53268E (or 0x53268E) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 26 and 8E. RGB value is (83,38,142). Sum of RGB (Red+Green+Blue) = 83+38+142=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #53268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53268E is #ACD971. Grayscale: #3E3E3E. Windows color (decimal): -11327858 or 9315923. OLE color: 9315923.

HSL color Cylindrical-coordinate representation of color #53268E: hue angle of 265.96º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53268E is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8338142-
CMYK0.420.7300.44
HSL265.96º57.78%35.29%-
HSV(B)265.96º73.24%55.69%-
XYZ9.145.1826.11-
YUV63.31172.41142.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 142 (55.86% from 255) = 53.99%
R=31.56%
G=14.45%
B=53.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83381420.420.7300.44265.9657.7835.29
Hex53268E2A4902C10a3a23
Octal12346216521110544127243
Binary10100111001101000111010101010010010101100100001010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53268E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,38,142); }

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

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

 a { background-color: rgb(83,38,142); }

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

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

 span { border-color: rgb(83,38,142); }

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