#5E337A

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

Shades of Kingfisher Daisy #5E337A

Tints of Kingfisher Daisy #5E337A

Color information

#5E337A (or 0x5E337A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 33 and 7A. RGB value is (94,51,122). Sum of RGB (Red+Green+Blue) = 94+51+122=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #5E337A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E337A is #A1CC85. Grayscale: #474747. Windows color (decimal): -10603654 or 8008542. OLE color: 8008542.

HSL color Cylindrical-coordinate representation of color #5E337A: hue angle of 276.34º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E337A is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9451122-
CMYK0.230.5800.52
HSL276.34º41.04%33.92%-
HSV(B)276.34º58.2%47.84%-
XYZ9.316.1519.11-
YUV71.95156.25143.73-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.21%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 122 (48.05% from 255) = 45.69%
R=35.21%
G=19.10%
B=45.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal94511220.230.5800.52276.3441.0433.92
Hex5E337A173A0341142922
Octal1366317227720644245142
Binary10111101100111111010101111110100110100100010100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,51,122); }

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

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

 a { background-color: rgb(94,51,122); }

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

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

 span { border-color: rgb(94,51,122); }

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