#53397A

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

Shades of Kingfisher Daisy #53397A

Tints of Kingfisher Daisy #53397A

Color information

#53397A (or 0x53397A) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 39 and 7A. RGB value is (83,57,122). Sum of RGB (Red+Green+Blue) = 83+57+122=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #53397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53397A is #ACC685. Grayscale: #474747. Windows color (decimal): -11323014 or 8010067. OLE color: 8010067.

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

Color convert

RGB8357122-
CMYK0.320.5300.52
HSL264º36.31%35.1%-
HSV(B)264º53.28%47.84%-
XYZ8.546.1719.15-
YUV72.18156.11135.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 122 (48.05% from 255) = 46.56%
R=31.68%
G=21.76%
B=46.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83571220.320.5300.5226436.3135.1
Hex53397A20350341082423
Octal1237117240650644104443
Binary101001111100111110101000001101010110100100001000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,57,122); }

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

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

 a { background-color: rgb(83,57,122); }

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

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

 span { border-color: rgb(83,57,122); }

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