#5A268F

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

Shades of Kingfisher Daisy #5A268F

Tints of Kingfisher Daisy #5A268F

Color information

#5A268F (or 0x5A268F) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 26 and 8F. RGB value is (90,38,143). Sum of RGB (Red+Green+Blue) = 90+38+143=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #5A268F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A268F is #A5D970. Grayscale: #414141. Windows color (decimal): -10869105 or 9381466. OLE color: 9381466.

HSL color Cylindrical-coordinate representation of color #5A268F: hue angle of 269.71º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A268F is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9038143-
CMYK0.370.7300.44
HSL269.71º58.01%35.49%-
HSV(B)269.71º73.43%56.08%-
XYZ9.875.5426.54-
YUV65.52171.73145.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.21%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 143 (56.25% from 255) = 52.77%
R=33.21%
G=14.02%
B=52.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90381430.370.7300.44269.7158.0135.49
Hex5A268F254902C10e3a23
Octal13246217451110544167243
Binary10110101001101000111110010110010010101100100001110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A268F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,38,143); }

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

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

 a { background-color: rgb(90,38,143); }

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

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

 span { border-color: rgb(90,38,143); }

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