#5A237A

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

Shades of Kingfisher Daisy #5A237A

Tints of Kingfisher Daisy #5A237A

Color information

#5A237A (or 0x5A237A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 23 and 7A. RGB value is (90,35,122). Sum of RGB (Red+Green+Blue) = 90+35+122=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #5A237A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A237A is #A5DC85. Grayscale: #3D3D3D. Windows color (decimal): -10869894 or 8004442. OLE color: 8004442.

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

Color convert

RGB9035122-
CMYK0.260.7100.52
HSL277.93º55.41%30.78%-
HSV(B)277.93º71.31%47.84%-
XYZ8.334.7818.9-
YUV61.36162.22148.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.44%
GREEN value IS 35 (14.06% from 255) = 14.17%
BLUE value IS 122 (48.05% from 255) = 49.39%
R=36.44%
G=14.17%
B=49.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90351220.260.7100.52277.9355.4130.78
Hex5A237A1A47034116371f
Octal13243172321070644266737
Binary10110101000111111010110101000111011010010001011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A237A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,35,122); }

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

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

 a { background-color: rgb(90,35,122); }

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

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

 span { border-color: rgb(90,35,122); }

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