#5A307E

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

Shades of Kingfisher Daisy #5A307E

Tints of Kingfisher Daisy #5A307E

Color information

#5A307E (or 0x5A307E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 30 and 7E. RGB value is (90,48,126). Sum of RGB (Red+Green+Blue) = 90+48+126=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A307E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A307E is #A5CF81. Grayscale: #454545. Windows color (decimal): -10866562 or 8269914. OLE color: 8269914.

HSL color Cylindrical-coordinate representation of color #5A307E: hue angle of 272.31º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A307E is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9048126-
CMYK0.290.6200.51
HSL272.31º44.83%34.12%-
HSV(B)272.31º61.9%49.41%-
XYZ9.045.7920.38-
YUV69.45159.91142.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.09%
GREEN value IS 48 (19.14% from 255) = 18.18%
BLUE value IS 126 (49.61% from 255) = 47.73%
R=34.09%
G=18.18%
B=47.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal90481260.290.6200.51272.3144.8334.12
Hex5A307E1D3E0331102d22
Octal1326017635760634205542
Binary10110101100001111110111011111100110011100010000101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A307E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,48,126); }

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

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

 a { background-color: rgb(90,48,126); }

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

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

 span { border-color: rgb(90,48,126); }

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