#5A377B

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

Shades of Kingfisher Daisy #5A377B

Tints of Kingfisher Daisy #5A377B

Color information

#5A377B (or 0x5A377B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 37 and 7B. RGB value is (90,55,123). Sum of RGB (Red+Green+Blue) = 90+55+123=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A377B is #A5C884. Grayscale: #484848. Windows color (decimal): -10864773 or 8075098. OLE color: 8075098.

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

Color convert

RGB9055123-
CMYK0.270.5500.52
HSL270.88º38.2%34.9%-
HSV(B)270.88º55.28%48.24%-
XYZ9.166.3419.48-
YUV73.22156.1139.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.58%
GREEN value IS 55 (21.88% from 255) = 20.52%
BLUE value IS 123 (48.44% from 255) = 45.90%
R=33.58%
G=20.52%
B=45.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90551230.270.5500.52270.8838.234.9
Hex5A377B1B3703410f2623
Octal1326717333670644174643
Binary10110101101111111011110111101110110100100001111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,55,123); }

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

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

 a { background-color: rgb(90,55,123); }

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

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

 span { border-color: rgb(90,55,123); }

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