#5A397A

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

Shades of Kingfisher Daisy #5A397A

Tints of Kingfisher Daisy #5A397A

Color information

#5A397A (or 0x5A397A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 39 and 7A. RGB value is (90,57,122). Sum of RGB (Red+Green+Blue) = 90+57+122=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 122 - color contains mainly: blue. Hex color #5A397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A397A is #A5C685. Grayscale: #4A4A4A. Windows color (decimal): -10864262 or 8010074. OLE color: 8010074.

HSL color Cylindrical-coordinate representation of color #5A397A: hue angle of 270.46º 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 #5A397A is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9057122-
CMYK0.260.5300.52
HSL270.46º36.31%35.1%-
HSV(B)270.46º53.28%47.84%-
XYZ9.196.5119.18-
YUV74.28154.93139.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.46%
GREEN value IS 57 (22.66% from 255) = 21.19%
BLUE value IS 122 (48.05% from 255) = 45.35%
R=33.46%
G=21.19%
B=45.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90571220.260.5300.52270.4636.3135.1
Hex5A397A1A3503410e2423
Octal1327117232650644164443
Binary10110101110011111010110101101010110100100001110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A397A; }

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

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

<style>
 a { background-color: #5A397A; }

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

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

<style>
 span { border-color: #5A397A; }

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

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