#5A277B

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

Shades of Kingfisher Daisy #5A277B

Tints of Kingfisher Daisy #5A277B

Color information

#5A277B (or 0x5A277B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 27 and 7B. RGB value is (90,39,123). Sum of RGB (Red+Green+Blue) = 90+39+123=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A277B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A277B is #A5D884. Grayscale: #3F3F3F. Windows color (decimal): -10868869 or 8071002. OLE color: 8071002.

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

Color convert

RGB9039123-
CMYK0.270.6800.52
HSL276.43º51.85%31.76%-
HSV(B)276.43º68.29%48.24%-
XYZ8.525.0519.27-
YUV63.82161.4146.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.71%
GREEN value IS 39 (15.62% from 255) = 15.48%
BLUE value IS 123 (48.44% from 255) = 48.81%
R=35.71%
G=15.48%
B=48.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90391230.270.6800.52276.4351.8531.76
Hex5A277B1B440341143420
Octal13247173331040644246440
Binary101101010011111110111101110001000110100100010100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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