#5A387D

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

Shades of Kingfisher Daisy #5A387D

Tints of Kingfisher Daisy #5A387D

Color information

#5A387D (or 0x5A387D) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 38 and 7D. RGB value is (90,56,125). Sum of RGB (Red+Green+Blue) = 90+56+125=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A387D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A387D is #A5C782. Grayscale: #494949. Windows color (decimal): -10864515 or 8206426. OLE color: 8206426.

HSL color Cylindrical-coordinate representation of color #5A387D: hue angle of 269.57º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A387D is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9056125-
CMYK0.280.5500.51
HSL269.57º38.12%35.49%-
HSV(B)269.57º55.2%49.02%-
XYZ9.336.4820.16-
YUV74.03156.76139.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.21%
GREEN value IS 56 (22.27% from 255) = 20.66%
BLUE value IS 125 (49.22% from 255) = 46.13%
R=33.21%
G=20.66%
B=46.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal90561250.280.5500.51269.5738.1235.49
Hex5A387D1C3703310e2623
Octal1327017534670634164643
Binary10110101110001111101111001101110110011100001110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,56,125); }

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

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

 a { background-color: rgb(90,56,125); }

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

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

 span { border-color: rgb(90,56,125); }

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