#5A368A

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

Shades of Kingfisher Daisy #5A368A

Tints of Kingfisher Daisy #5A368A

Color information

#5A368A (or 0x5A368A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 36 and 8A. RGB value is (90,54,138). Sum of RGB (Red+Green+Blue) = 90+54+138=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A368A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A368A is #A5C975. Grayscale: #4A4A4A. Windows color (decimal): -10865014 or 9057882. OLE color: 9057882.

HSL color Cylindrical-coordinate representation of color #5A368A: hue angle of 265.71º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A368A is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9054138-
CMYK0.350.6100.46
HSL265.71º43.75%37.65%-
HSV(B)265.71º60.87%54.12%-
XYZ10.126.6524.79-
YUV74.34163.93139.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.91%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 138 (54.30% from 255) = 48.94%
R=31.91%
G=19.15%
B=48.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal90541380.350.6100.46265.7143.7537.65
Hex5A368A233D02E10a2c26
Octal1326621243750564125446
Binary1011010110110100010101000111111010101110100001010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,54,138); }

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

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

 a { background-color: rgb(90,54,138); }

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

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

 span { border-color: rgb(90,54,138); }

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