#5E487A

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

Shades of Kingfisher Daisy #5E487A

Tints of Kingfisher Daisy #5E487A

Color information

#5E487A (or 0x5E487A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 48 and 7A. RGB value is (94,72,122). Sum of RGB (Red+Green+Blue) = 94+72+122=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 122 - color contains mainly: blue. Hex color #5E487A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E487A is #A1B785. Grayscale: #545454. Windows color (decimal): -10598278 or 8013918. OLE color: 8013918.

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

Color convert

RGB9472122-
CMYK0.230.4100.52
HSL266.4º25.77%38.04%-
HSV(B)266.4º40.98%47.84%-
XYZ10.458.4219.49-
YUV84.28149.29134.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.64%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 122 (48.05% from 255) = 42.36%
R=32.64%
G=25%
B=42.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal94721220.230.4100.52266.425.7738.04
Hex5E487A172903410a1a26
Octal13611017227510644123246
Binary10111101001000111101010111101001011010010000101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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