#5C467A

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

Shades of Kingfisher Daisy #5C467A

Tints of Kingfisher Daisy #5C467A

Color information

#5C467A (or 0x5C467A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 46 and 7A. RGB value is (92,70,122). Sum of RGB (Red+Green+Blue) = 92+70+122=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C467A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C467A is #A3B985. Grayscale: #525252. Windows color (decimal): -10729862 or 8013404. OLE color: 8013404.

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

Color convert

RGB9270122-
CMYK0.250.4300.52
HSL265.38º27.08%37.65%-
HSV(B)265.38º42.62%47.84%-
XYZ10.128.0619.44-
YUV82.51150.29134.77-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.39%
GREEN value IS 70 (27.73% from 255) = 24.65%
BLUE value IS 122 (48.05% from 255) = 42.96%
R=32.39%
G=24.65%
B=42.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal92701220.250.4300.52265.3827.0837.65
Hex5C467A192B0341091b26
Octal13410617231530644113346
Binary10111001000110111101011001101011011010010000100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,70,122); }

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

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

 a { background-color: rgb(92,70,122); }

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

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

 span { border-color: rgb(92,70,122); }

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